Homework 1 Due Week 6 by Friday at midnight

Assignment Requirements:

Edit the example page by using the File menu Save As feature to save that file to the zip disk or floppy disk that you'll be using to save all work for this class. Save the example1.html file as HTML source, and rename it to be "index.html".

Edit this page named index.html using NOTEPAD (PC) or SIMPLETEXT (MAC) and publish it in your wpd web space with the following html features:

  1. In the Head of the HTML document change the title to include both your first and your last name

  2. In the body tag:
    Set either a background color with a web safe color or use a background image

  3. In between the BODY start and end tags of the HTML document, do the following:

    1. Use at least one unordered (bullet) list with at two list items (note all tags must have opening and closing tags)
    2. Use at least one Ordered (number) list with at least two items (note all tags must have opening and closing tags)
    3. At least three paragraphs of text with both opening and closing paragraph tags.
    4. One "horizontal rule" <HR> (note: no closing tag for this one-- it doesn't exist.
    5. FONTS:
      1. Use the BOLD <B> tag somewhere on the page
      2. Use the ITALICS <I> tag somewhere on the page
      3. Use the FONT tag to change the color of text to a web safe color
      4. Use of a special character such as é or è or ©
    6. Images: Include one image on the page, preferably a picture of yourself
    7. HTML Headings: Add an HTML heading tag (<H1> or <H2> or <H3> or <H4>) where the text of the heading reads:

      Assignments

      and appears near the top of your index.html page (right after the BODY opening tag). Underneath the heading, put an Ordered list with one list item:

      1. This page (ready to be graded)

      Note: add the words (ready to be graded) when your assignment is ready to be graded. This assignments section of your page will link to all of the assignments we cover over the course of the semester. You must leave all of your assignments up for the entire semester.

  4. Make sure to Validate the HTML at http://validator.w3.org/.

  5. Send E-mail to html@meyerconsult.com when your assignment is ready to be graded. Please tell me: your name, your wpd# and which assignment is ready to be graded.