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."

		END SWRITE

	END FOOTER

END BODY

END

Output

<body>

	<footer>

		<p>

			Creating the HTML footer.

		</p>

	</footer>

</body>

See also