First HTML Assignment

Open Notepad to write your HTML code in. You will also need to open Netscape or Explorer to view the results. It doesnt matter whether you are connected to the Internet or not when you are working on these assignments. For the first part of the course, you will not be putting anything out on the web.
When I am coding HTML, I keep both Notepad and the browser I am using open so I can switch back and forth. Once you have opened the page in your browser, using the refresh key in the browser will show the latest saved version of the page you are working on.

This assignment should be passed in via email as an attachment. Here is what I want you to do: The reason for this is that depending on your email provider, sometimes the code gets changed in the .html or .htm version. Sending me the .txt version allows me to see the original code.

Steps:

To do this page effectively, I suggest that you look at my PowerPoint Presentations. Specifically look at the first two in the list. Presentations

I also suggest that you look at my sample web pages unter HTML sample pages. Samples - look at the first 6 in the list
When you look at web pages, you can see the HTML code by going to VIEW in your browser and looking for SOURCE or PAGE SOURCE or something similiar. The key word here is source.

The web page you pass into me should have the following elements:

H1 for a headerAnother header in range H2 through H6BR for break
P for a paragraphBoldItalics
CENTERULLI
Background colorText color (set default for whole page)Alignment
Font sizeText color for a phraseUnderline
HREF used to get to a place on the same pageNAME to show a entry point on the pageBlockquote
Ordered ListUnordered listUnordered list with a different bullet
Ordered list with letters  
NOTE: There is no requirement that this page make any sense. You are simply working with HTML tags.