kytschBASIC

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

BODY
CLASS, ID

Creating the HTML body.

Example

BODY

	SWRITE

		PRINT "Creating the HTML body."

	END SWRITE

END BODY

END

Output

<body>

	<p>

		Creating the HTML body.

	</p>

</body>

See also