BODY
CLASS, ID
Creating the HTML body.
Example
BODY
SWRITE
PRINT "Creating the HTML body."
SWRITE CLOSE
BODY CLOSE
END
Output
<body>
<p>
Creating the HTML body.
</p>
</body>
Put down that phone!
Please view me on real computer.
BODY
CLASS, ID
Creating the HTML body.
BODY
SWRITE
PRINT "Creating the HTML body."
SWRITE CLOSE
BODY CLOSE
END
<body>
<p>
Creating the HTML body.
</p>
</body>