Web Page Design

Text Wrangler Assignment 10

You are to create a tenth web page in Text Wrangler. Save in your TextWrangler folder as Yourfirstname_assignment10.html. To complete this assignment, you might need to refer to TextWrangler assignment key terms and the basic HTML coding link. The "Title" for your web page is Your Name TW Assignment 10. You are not to copy any of the coding except the first three lines, which are below. If you are caught cheating (copying off of someone else's computer or copying more of the code) or off task you will receive a big fat 0 for this assignment. This assignment is worth 30 points. You are to print the source and the web page after it is viewed.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

Your webpage should include:

  1. Basic html structure with Your name TW Assignment 10 in the title bar,
  2. a centered level 1 heading that says Link Me Baby One More Time
  3. At least four absolute hyperlinks to your favorite websites.
  4. Two horizontal rules a width of 75% and a size of 6. The first one should be before your
    heading 1 that says Link Me Baby One More Time
  5. an unordered or ordered list that you created - at least 3 items
  6. a definition list using terms from the websites you chose - at least 3 terms
  7. a level 2 heading that is your name, right aligned.
  8. Remember to use non-container tags such as your horizontal rule <hr />.
  9. Check your page with the HTML Coding Validation. You will follow the link, load the page and see if you have any errors on your page. Scroll down to the bottom of the page and see if you can correct any of the errors.
  10. You are to print your code in TextWrangler, print your webpage and the validation page - 3 printouts.