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."
		SWRITE CLOSE
	HEADER CLOSE
BODY CLOSE
END

Output

<body>
	<header>
		<p>
			Creating the HTML header.
		</p>
	</header>
</body>

See also