Instructions

These are the instructions. This is actually a separate HTML document, INSTRUCT.HTM. This can include bold, italic, and other HTML features, since it's an ordinary HTML document. Click the button below to return.

 

  • Source

    <HTML>
    <HEAD><TITLE>Instructions</TITLE>
    </HEAD>
    <BODY>
    <H1>Instructions</H1>
    These are the instructions. This is actually a separate HTML
    document, INSTRUCT.HTM. This can include <b>bold</b>,
    <i>italic</i>, and other HTML features, since it's an ordinary
    HTML document. Click the button below to return.
    <FORM NAME="form1">
    <INPUT TYPE="button" VALUE="OK"
    onClick="window.close();">
    </FORM>
    </BODY>
    </HTML>