100% found this document useful (2 votes)
44 views1 page

Table Based Layout

The document provides an example of a table-based layout for a Rosary page website. The layout uses HTML tags to create a table with two rows - the first row contains a heading cell and the second row contains an unordered list of navigation links in one cell that spans both rows. The page would welcome visitors and include links to pages about the Rosary, pictures, mysteries, and fruits.

Uploaded by

raragray8234
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
44 views1 page

Table Based Layout

The document provides an example of a table-based layout for a Rosary page website. The layout uses HTML tags to create a table with two rows - the first row contains a heading cell and the second row contains an unordered list of navigation links in one cell that spans both rows. The page would welcome visitors and include links to pages about the Rosary, pictures, mysteries, and fruits.

Uploaded by

raragray8234
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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/

You might also like