kytschBASIC

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

DIV
CLASS, ID

Creating a HTML div.

Example

BODY

	DIV

		SWRITE

			PRINT "Creating a HTML div."

		END SWRITE

	END DIV

END BODY

END

Output

<body>

	<div>

		<p>

			Creating a HTML div.

		</p>

	</div>

</body>

See also