1
Now you need to insert some formatting tags in your document that will tell an Internet browser (such as Netscape, America Online, or Internet Explorer) how to arrange your words and pictures on the screen. These tags make up a language called HyperText Markup Language, or HTML. The basic skeleton for an HTML document looks like this:
 
 
Notice that (1) each formatting tag appears between "less than" (<) and "greater than" (>) signs, and (2) the tags often appear in pairs, with the second tag in the pair beginning with a "slash" (/).
 
Here's a list of some of the basic formatting tags in HTML:
 
header, level 1 (the largest size type for a header, usually used at the beginning of a page or the start of a new section). Smaller headers are tagged with etc.
 
boldface text
 
italic text
 
centered text
 
paragraph return (inserts an extra line space between paragraphs)
Note: Any paragraph returns that you insert in your document by simply hitting the Return key on your keyboard will be ignored by a Web browser. You must use the tag to create a paragraph break on the screen.
 
 
line break (no extra space)
 
horizontal rule (a line running left-to-right across the page, to separate one section from the next)
 
ordered, or numbered, list. Each list item begins with the tag and falls somewhere between the tags.
 
unordered, or bulleted, list. Again, each list item begins with the tag
 
a hotlink to another file in the same folder
 
a hotlink to another site. You will have to know the Uniform Resource Locator (URL), or Web address, of any site to which you want to link your page.
 
This tag would insert an image with the filename "image.gif" on the far left side of your page.
 
(Note: Don't worry if this information seems confusing or overwhelming right now. It will make more sense as you apply it in the next few steps.)
 
Step 1: Create a Text Document
Step 2: Learn Basic HTML Tags
Step 3: View a Sample Web Page
Step 4: Get Electronic Images
Step 5: Insert HTML Tags
Step 6: View and Edit Your Page
Step 7: Go Public!  
Follow this
easy steps!