W5D1 Activity

Activity Due: Due Date #2

Activity Overview Video

(Transcript)

Week 5 Day 1 Activity Screenshot

w5d1-types-screenshot1

Instructions

  1. Open the types.html page in TextWrangler
  2. Make sure your document is up-to-date with the previous activities
  3. Add the code on this page inside the footer
  4. Save this document
  5. Open the beestyle2.css
  6. View the Week 5 Day 1 Screenshot on this page. Use this screenshot to guide you through styling the types.html page (Right click and select "view image" to see a larger version of the screenshot)
  7. Upload these new and updated files to your practice folder on your website (yourWebsiteName.com/practice)

 

HTML to insert into the types.html footer

<nav>

<ul>

<li><a href="index.html">Home</a></li>

<li><a href="process.html">How Honey is Made</a></li>

<li><a href="types.html">Bees and Blossoms</a></li>

<li><a href="contact.html">Contact</a></li>

</ul>

</nav>