FOOTER
CLASS, ID
Creating the HTML footer.
Example
BODY
FOOTER
SWRITE
PRINT "Creating the HTML header."
END SWRITE
END FOOTER
END BODY
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."
END SWRITE
END FOOTER
END BODY
END
<body>
<footer>
<p>
Creating the HTML footer.
</p>
</footer>
</body>