HTML and CSS Reference
In-Depth Information
11. Replace the home page graphic with the Richmond graphic:
<IMG SRC="graphics/capitol.jpg">
12. Beneath the graphic, insert a new paragraph:
<p>Richmond is the capital of Virginia.</p>
13. Add the word Home in a new paragraph in the left-hand cell:
<table border=”0” width=”100%” cellpadding=”16”
cellspacing=”0”>
<tr>
<td bgcolor=”#cccccc” valign=”top” width=”20%”>
<p>Richmond</p>
<p>Williamsburg</p>
<p>Charleston</p>
<p>Home</p>
</td>
<td valign=”top” width=”80%”>
<h2>Traveling South</h2>
<IMG SRC="graphics/capitol.jpg">
<p>Richmond is the capital of Virginia.<p>
</td>
</tr>
</table>
 
Search WWH ::




Custom Search