00. Introduction
01. What is HTML
Review of topics from Internet 101
Hypertext
HTML
How to view HTML code in any web page
The Notepad editor
Overview of hypertext tags
02. Creating a Web Page
Choice of HTML Editors
Text Editors v. Word Processors v. HTML Editors
Starting Notepad
Creating a basic web page
The .HTM file extension
Previewing your page in your web browser
Using the <B> tag to bold text
The HTML and BODY tags
The HEAD tag
Setting a Page Title
Why a page title is important
03. Formatting HTML Text
Creating paragraph breaks
Creating line breaks
Creating Horizontal Lines
Changing the horizontal alignment of your paragraphs
Header tags and why they're important
04. Hyperlinks
Creating an external hyperlink
Creating an internal hyperlink
Creating a mailto hyperlink
Creating copies of your web pages to edit
05. Images
Copying images from web pages
Creating folders to store your web pages
Inserting images in your pages
Changing the image width and height
Changing the image alignment
Making text wrap around your image
Alternate picture text
Viewing your web pages without images
Making your image a hyperlink
Changing your image border size
06. More Text Formatting
Italics
Underline
Strikeout
Superscript
Subscript
Typewriter Text
Changing your text font
Changing your font size
Changing your font color
How hexadecimal color values work
Changing your page background color
Bulleted (Unordered) Lists
List Items
Numbered (Ordered) Lists
07. Miscellaneous Tips
Using FTP (File Transfer Protocol) to upload pages to web server
Editing HTML inside Frontpage
The benefits of Frontpage
08. Review |