Let's get started with Web Site Navigation!
- Open Notepad++
- Open your
index.html
file
- Open your
styles.css
file
- Copy the Navugation Template (HTML) code (below)
- Paste that code into your
index.html
file after the <body>
tag.
- Add styles to your
styles.css
file for the <a>
tag. For example: text-decoration
and color
- In your
index.html
file:
- Add a link to this page.
Change: <li>Createw Site Navigation Page</li>
to: <li><a href="index.html">Create Site Navigation Page</a></li>
- Save your changes
- Click: Run
- Choose: Launch in IE
or Launch in Chrome
or Launch in Firefox
- View your web page
- Make any changes
- Save your changes