HEADER
CLASS, ID
Creating the HTML header.
Example
BODY
HEADER
SWRITE
PRINT "Creating the HTML header."
SWRITE CLOSE
HEADER CLOSE
BODY CLOSE
END
Output
<body>
<header>
<p>
Creating the HTML header.
</p>
</header>
</body>
Put down that phone!
Please view me on real computer.
HEADER
CLASS, ID
Creating the HTML header.
BODY
HEADER
SWRITE
PRINT "Creating the HTML header."
SWRITE CLOSE
HEADER CLOSE
BODY CLOSE
END
<body>
<header>
<p>
Creating the HTML header.
</p>
</header>
</body>