IROL: HTML Help

 
Index Of This Page
Starting Your Web PageHere
Additional TagsHere


Starting Your Web Page

 
Starting Off Here
The HTML TagHere
The HEAD TagHere
The TITLE TagHere
The BODY TagHere

Starting Off

There are 2 main things you need to know when building aweb page:  1)  You enclose tags with (in human terms, GreaterThan & Less Than) angle brackets: The TITLE Tag is .   2)  Almost every tag that starts will need an end.  For example:<TITLE> needs to be ended like .  To put it in broadterms, to end a tag you need to put a "/" in front of it.
 



 

The HTML Tag

The HTML Tag is the most important tag of anything mentionedon this site.  When you put the HTML tag onto your page you tell thebrowser that you are speaking HTML.  Just like all of the tags inthis section, you close off with
Remember that you should put at the very topof your page, and at the very bottom



 

The HEAD Tag

The HEAD Tag tells the browser that things you put in hereshould be loaded before everything else.  Normally the and are the only tags inside and



 

The TITLE Tag

The TITLE Tag tells your browser what to name the windowyou are looking at.  Look at the top of this window,see where it says IROL: HTML Help, that is made by putting:
IROL: HTML Help
The TITLE TAG should go in the



 

 The BODY Tag

The Body Tag tells the browser that you are in the body ofthe tag.  It is just like all the other tags in this section you needto close it off.



That wasn't so hard after all. Now we will go through some additional tags.  In the next section, we provided some placesto go for additional help.


Additional Tags


ALIGN

The align tag has 2 attributes, it's syntax is:
   
   
   
Remember to close off!



 

CENTER

The syntax for CENTER is
   
This Text Is Centered
   

 



 

Horizotal Rule

All you need to do is put the
tag in anywhere youwant a horizontal rule



 

BREAK

The
tag forces a line break like

this


http://home.netscape.com/home/gold3.0_templates.html is a very good template page.

Main Page