HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
Create navigation bars
Create a folder within the
HTML Files
folder called
Travel West
.
In Notepad, create a home page titled
Traveling West On Vacation
.
Link it to a style sheet:
format.css
.
Save the home page in your
Travel West
folder.
Between the
<body>
and
</body>
tags, create an unordered list:
<ul>
<li>California</li>
<li>The Rockies</li>
<li>The Midwest</li>
</ul>
Open
format.css
from the
Travel
folder.
Save it in the
Travel West
folder.
<< BACK
NEXT >>