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

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

                     
        <form action="visibility.html" method="post">
            <p id="value">
                This is the text which should be shown and then hidden.
            </p>
            <center><input onclick="return toggle(&quot;value&quot;)" title="Toggle Visibility" type="button"/>
            </center>
        </form>