User:Subzbharti
Appearance
About Me
|
Wikipedia:Babel | ||
---|---|---|
| ||
Search user languages |
<html> <head> <title>Dynamic Styles</title> <script language="JavaScript"> function showMe() {
MyHeading.style.color = "red"; MyList.style.display = "";
} </script> </head> <body onclick="showMe()">l id="MyList" style="display:none">
</body> </html> [edit]