kytschBASIC

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

HEADER
CLASS, ID

Creating the HTML header.

Example

BODY

	HEADER

		SWRITE

			PRINT "Creating the HTML header."

		END SWRITE

	END HEADER

END BODY

Output

<body id="kb-body-6537882310065049">
<header id="kb-header-6537882310077870">
<p id="kb-span-6537882310086640">
<span id="kb-span-6537882310096800">Creating the HTML header.</span>
</p>
</header>
</body>

See also