Open index.html in Notepad.
On the Menu Bar, click File, then Save As.
Save the page as california.html in the Travel West folder.
Title it Vacationing in California.
Take out the
heading.
Take out the paragraph beneath it.
Change the link to california.html from to .
class="x">California
The Rockies
The Midwest
Then save california.html.
In format.css, add formatting for the x class:
#clear {
clear: both;
}
#navbar li a.x {
background: #000000;
color: #ffffff;
font-weight: bold;
}
Then save format.css.
View california.html in the browser.
It should look like this:

The class="x" attribute makes the word California show
"you are here"—X marks the spot.
In california.html, add a link to the home page:
Home
California
The Rockies
The Midwest
Then save california.html.Reload california.html in the browser.
It should look like this:

Save california.html with the file name rockies.html.
Title it Nature in the Rocky Mountains.
In the navigation list, shift the class="x" attribute to The Rockies to show "you are here."
Link the word California to california.html.
View rockies.html in the browser.
It should look like this:

Create a new page with the file name midwest.html.
Do it the same way you created rockies.html.
Title it Cities of the Midwest.
View midwest.html in the browser.
Click through all the pages in the Travel West site.
It should look like the site at: