From Wikipedia, the free encyclopedia

<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">

  • Change the color, size, and typeface of text
  • Show and hide text
  • And much, much more
  • </body> </html> [edit]

    From Wikipedia, the free encyclopedia

    <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">

  • Change the color, size, and typeface of text
  • Show and hide text
  • And much, much more
  • </body> </html> [edit]


    Videos

    Youtube | Vimeo | Bing

    Websites

    Google | Yahoo | Bing

    Encyclopedia

    Google | Yahoo | Bing

    Facebook