Sequoia Seal Attributes and Links Assignment
This assignment is NOT on a handout!

  1. Before doing this assignment, read "Using Attributes and Values in Tags" and "Using Links in HTML."
    Readings on the Web Design web page are required. If you do not have time to read them in class, read them at home or before/after school in the open lab or the library. We will have new reading assignments every week, and you are expected to read all of them. You will also need to learn the material! Ask questions if you do not understand the readings! I will always have a presentation that covers the readings. You will have quizzes that cover the material.
  2. Open seal.html in Notepad. (We copied it from the assignment folder to your home drive last week.)
  3. Last week, we:
  4. Check to be sure that you included your name in a meta tag and an appropriate title for the page in the head section.
  5. Add the following attributes to the <body> tag: Example: <body bgcolor="lavender" text="black" link="purple" vlink="green">
    Advanced students: Please see the hexadecimal values and try using them in your tags!
  6. Add font tags with a color attribute to make every occurrence of Sequoia purple. Increase the font size by using the value +1.
    Example: <font color="purple" size="+1">Sequoia</font> Seal.
  7. In the last paragraph, add a link to Sequoia High School's web site in the sentence, "The name Sequoia High School is written around the seal."
    Example: The name <a href="http://www.sequoiahs.org">Sequoia High School</a> is written around the seal.
  8. Open seal.html in Internet Explorer and test the link. Make any necessary changes to your code, save and refresh.
  9. To get credit: show Mrs. Givens your page!
Back to the Week 3 Schedule