Project 10 - Checksheet

Answers for Self-Check Questions for Project 10.

Review questions:

  1. <p>
  2. </p>
  3. <tag attribute="value">
  4. <p align="right">
  5. </p>
  6. <h3 align="center">
  7. </h3>

    Questions about Linking
  8. To create hyperlinks.
  9. href
  10. Use the filename for a relative link to a page stored at the same location within your own website;
    use a complete URL to a page on the Internet that is not part of your website
  11. </a>
  12. Place the start tag immediately in front of the text that you want to appear as a hyperlink on the page.
  13. Place the end tag immediately after the text that you want to appear as a hyperlink on the page.
  14. "http://www.google.com"
  15. <a href="http://www.yahoo.com">Yahoo</a>.
  16. <a href="bio.html">My Biography</a>

    The answers for #17 - 20 are relative links because all of the pages are stored in your website at the same location.
  17. <p>Our <a href="meals.html">menus</a> offer a wide variety of entrees.</p>
  18. <p>Return to our <a href="index.html">home page</a>.</p>
  19. <p>Check out our <a href="meals.html">menus</a>.</p>
  20. <p>Meet the <a href="owners.html">owners</a>.</p>

    Then answers for #21 - 22 are absolute links because these pages are not part of your website. They are at a different location on the Internet.
  21. <p>Our meals all follow the guidelines for a well-balanced diet based on the <a href="http://www.lifeclinic.com/focus/nutrition/food-pyramid.asp">UDSA's food pyramid</a>.</p>
  22. The owners earned a degree in <a href="http://www.parkland.edu/bai/food/">Food Service and Restaurant Management</a> from Parkland College in Champaign, Illinois.
Hosted by www.Geocities.ws

1