Sample HTML Document
<html>
<head>
<!-- Author -->
<!-- Dept UMassk12-->
<!-- Purpose Sample HTML Document -->
<title> Creating a simple HTML document </title>
</head>
<body>
This is a quick test of an HTML Document creation
<p>
<ul>
<li> Create the document
<li> Activate Netscape
<li> Select "File" Open and open this document
<li> Everything should be working
</ul>
Well that's all folks
</body>
</html>