
This is what the page produced by Namo Web Editor looks like
<html>
<head>
<title>Heading</title>
<meta name="generator" content="Namo WebEditor(Trial)">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<h1 align="center">Heading</h1>
<p>This is some text</p>
<p><font face="Arial">A second paragraph in a different
font</font></p>
<ul>
<li>this is</li>
<li>an unordered</li>
<li>list</li>
</ul>
<p>and</p>
<ol>
<li>a numbered</li>
<li>list of</li>
<li>items</li>
</ol>
<table border="1" width="50%">
<tr>
<td width="317">this is a table</td>
<td width="317">50% wide</td>
</tr>
<tr>
<td width="317">with two columns</td>
<td width="317">and two rows</td>
</tr>
</table>
<p>Here is an image <img src="smiley.gif" width="45" height="45" border="0"> and <a
href="http://www.vle-school.co.uk/linkedpage.htm">a link</a></p>
</body>
</html>