kytschBASIC

Put down that phone!
Please view me on real computer.

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>

See also