You are on page 1of 2

<!

DOCTYPE html>
<html lang="en">
<head>
<title></title>
</head>
<body>
<h1>This is table</h1>
<table border="5" cell spacing="3">

<caption align="bottom">Is the site due slow?<br/>Try one of the new mirror sites
or download youe version</caption>
<tr>

<th><a href="taghistory.html">Tag History</a></th>


<th><a href="taghistory.html">Tag Tree</a></th>
<th><a href="taghistory.html">Tag Index</a></th>
<th><a href="taghistory.html">Tag Style Sheet Info</a></th>
</tr>

<tr>
<td align="center" rowspan="2"><img src="code.gif"></td>
<td align="center">HTML<br/>History</td>
<th>Browsers<br/>History</th>
<th>Prittting it<br/>All together</th>
</tr>
 <tr>
<td>About HTML<br/>
<ul>
<li>HTML2.0</li>
<li>HTML3.0</li>
<li>HTML5.0</li>
</ul>
</td>
<td>Browser Related Overview<br/>
<ol>
<li>MS Internet Explorer</li>
<li>Netscape navigator</li>
</ol>
</td>
<td>Common Authoring Topics<br/>
What Tags to Use<br/>
Caveats</td>
</tr>
</table>
</body>
</html>

You might also like