Directions
Create both an external CSS page and a html page that has a navigation bar.
- In your Assignments folder create a new notepad assignment called navbar.html.
- In your HTML code, make sure you use the link tag (in the head) to link to an external CSS page called navstyle.css.
- In the body add a level 1 header saying Your Name’s Home Page.
- Then make five links that say: “Home Page, My Family, My School, Web Design, and Favorite Links.”
- Add a paragraph or two of text.
- Add a level 4 header that states: Made by Your Name and today’s date.
- Make a new notepad page called navstyle.css and save it in your Assignment folder.
- Style the body with nice colors and fonts.
- Add each of the four states of an “a” tag, and make them change colors when rolled over.
- Make the h1 and h4 grouped together with similar colors and fonts to the body.
- Raise your hand and ask your teacher to grade your assignment on screen.