Introduction to HTML

Top 10 List of Things to Do in HTML
===================================
 1. Basic Webpage: HTML, HEAD, TITLE, BODY tags
 2. Text and the FONT tag: COLOR, FACE, SIZE
	Fonts: Times, Arial, Verdana
 3. Text formatting: P, BR, B, I
 4. Photos: IMG SRC=
 5. Lists: Unordered (UL) and Ordered (OL)
 6. Hyperlinks and The Anchor tag: A HREF=
 7. More Colors: MS Paint
 8. Using Tables: TABLE, TR, TD
 9. Standard Website Form: Header, Sidebar, Footer
10. Three-page webpage system:
	a. Title, Photo, Two Paragraphs
	b. Your Resume
	c. Page of Favorite Links


CREATING WEBPAGES
=================
1. Writing HTML code in a text editor:
	START ==> RUN ==> NOTEPAD
	Saving in MyDocuments:
		Save As Type (All)
		Filename
2. Viewing your page in Internet Explorer
	FILE ==> OPEN ==> Browse, then select file
	      Open ==> OK