This assignment is Homework 25, and is due at classtime on Monday, May 1.

Assignment

Write a HTML file for a web page that contains the items below. Use an internal style sheet to specify all fonts, sizes, colors, and any other aspects of presentation.

Your page should contain:

  1. A header with white text on dark green background, in Impact font, bold, and centered.
  2. Two paragraphs of text, each with dark gray text in Tahoma font, on a light blue background, and with a dark blue border.
  3. At least two hyperlinks, with the default link color set to something other than blue.
  4. A bulleted (unordered) list with square bullets and left margin set to 100 pixels.
  5. At least three other items and styles that you would like to include! Experiment and have fun!

After creating your page, use the HTML5 Validator to check that you have written valid HTML.

For help with HTML tags, see this HTML tutorial. For help with CSS selectors and properties, see this CSS tutorial. For help with colors, see the HTML Color Picker.

You may wish to create web page using this online editor and then save it as an HTML file. You can also create your web page in a text editor (such as TextEdit, Notepad, Sublime, or even Idle). Make sure to save your file with a .html extension, and open it in a web browser to view the page you created.

Submitting your work

Save your work as a HTML file, and upload it to the HW25 assignment on Moodle.