Table Based Lay-out
Here is an example of a table based lay-out for the Rosary page:
<html>
<head>
<title>The Holy Rosary</title>
</head>
<body>
<center>
<h1>The Holy Rosary<h1>
</center>
<table border = "1">
<tr>
<th>Links</th>
<td rowspan = "2"> Welcome to my Web site about the Rosary! </td>
</tr>
<tr>
<td><ul>
<li><a href = "paragraph.html">About</a></li>
<li><a href = "rosaryimages.html">Pictures</a></li>
<li><a href = "mysteries.html">Mysteries</a></li>
<li><a href = "table.html">Fruits</a></li>
</ul></td>
</tr>
</table>
</body>
</html>
Below is what the page looks like. Note I added “lorem ipsum” text, this is latin
gibberish you can use as filler text to test out you pages. You can generate lorem
ipsum here: http://www.lipsum.com/