This is an example of text between hidden and then shown.

This is the text which should be shown and then hidden.


                     
        <form action="dom_hide.html" method="post">
            <p id="value">
                This is the text which should be shown and then hidden.
            </p>
            <center><input onclick="return hide(&quot;value&quot;, false)" title="Hide" type="button" value="Hide"/><input onclick="return hide(&quot;value&quot;, true)" title="Show" type="button" value="Show"/>
            </center>
            <br/>
        </form>