Mini HTML Editor - enter the code you want to try. The head section and body elements are already in place. Just enter the code you want in the BODY.

<HTML>
<HEAD>
<TITLE>Your Code</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide from non-script enabled browsers
(you can enter your JavaScript code for the HEAD section in this block)


QUIT HIDING FROM BROWSERS -->
</SCRIPT>
<STYLE>
<!-- Hide from browsers
(you can enter your style sheet elements for the document in the following box)


QUIT HIDING FROM BROWSERS -->
</STYLE>
</HEAD>
<BODY>

</BODY>
</HTML>