kytschBASIC

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

HEADING
SIZE

Output a heading tag.

Example

REM Output a heading tag to the screen. Note the END statement.

HEADING 1

	PRINT "This is a heading of size 1"

END HEADING 1

Output

<h1><span>This is a heading of size 1</span></h1>