
This is what the page looks like
<html>
<body>
<div align="center">
<h1>Heading</h1>
</div>
<p>This is some text</p>
<p style="font-family: Verdana, Arial,sans-serif;" > A second
paragraph in a different font. </p>
<ul>
<li>this is</li>
<li>an unordered</li>
<li>list</li>
</ul>
and
<ol>
<li>a numbered</li>
<li>list</li>
<li>of items</li>
</ol>
<table width=50%>
<tr>
<td>this is a table</td>
<td>50% wide</td>
</tr>
<tr>
<td>with two columns</td>
<td>and two rows</td>
</tr>
</table>
Here is an image<img src="smiley.gif" alt="smiley" / >
and <a href="http://www.vle-school.co.uk/linkedpage.htm">a
link</a>
</body>
</html>