HTML and CSS Reference
In-Depth Information
Add subsections to site
Insert a table for content and subsection links
1.
In Notepad, open california.html in the Travel West Web site.
2.
Below the navigation bar table, add another table that has one
row and two cells in the row:
<table>
<tr>
<td></td>
<td></td>
</tr>
</table>
3.
Give the table these attributes:
width=”100%”
border=”0”
cellpadding=”16”
cellspacing=”0”
Search WWH ::




Custom Search