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