our approach
|
contact us
HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
Employ multiple levels
In Notepad, open
california.html
from the
Travel West
folder.
Below
<div id="clear"></div>
, insert the
links
and
content
areas:
<div id="clear"></div>
<div id="links">
</div>
<div id="content">
</div>
</body>
</html>
TIP:
Remember, the formatting for the
links
and
content
areas is still present in
format.css
.
In the
links
area, list the subsections within the main California section:
<div id="links">
<p>The Golden Gate Bridge</p>
<p>Highway 101</p>
<p>Big Sur</p>
</div>
<< BACK
NEXT >>