HTML and CSS Reference
In-Depth Information
Create navigation bars
Create a navigation bar for a home page
1.
Create a folder within the HTML Files folder called Travel West .
2.
Create a home page titled Traveling West On Vacation .
3.
Save the home page in your Travel West folder.
4.
Between the <body> and </body> tags, create a table with one
row and 3 cells in the row:
<table>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
5.
Give the <table> tag these attributes:
width=”100%”
border=”0”
cellpadding=”4”
cellspacing=”0”
Search WWH ::




Custom Search