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