<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <link rel="stylesheet" href="advice.css" type="text/css"/>
    </head>
    <body>
        <h1>Show Hide HTML</h1>
        <p>It is often useful to create an html page with text (or any other html element) dynamically revealed and then hidden.</p>
        <p>
            <a href="showhide.html">showhide.html</a> uses a very simple approach based on changing the class of an enclosing div section 
with a Javascript function. The initial show/hide state is set by the initial value of the class. This has been tested on Firefox, IE6 and Opera.
</p>
    </body>
</html>
