our approach
|
new tutorials
|
contact us
HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
In the
content
area, put the following heading and paragraph:
<div id="links">
<p>The Golden Gate Bridge</p>
<p>Highway 101</p>
<p>Big Sur</p>
</div>
<div id="content">
<h2>Places to visit in California</h2>
<p>When in California, be sure to see the Golden Gate bridge, Highway 101, and Big Sur.</p>
</div>
Then save the page.
Reload
california.html
in the browser.
It should look like this:
<< BACK
NEXT >>