Tags

|< <

The FONT Tag

Probably the most useful tag for managing your text's appearence is the FONT tag. this text is in arial or helvetica dending on your computer. All text between the & will be displayed in the indicated font, with the preferred font in the first position. Place commas between font names. If the computer does not have any of the fonts you listed, it will use it's de

Listing Last Modified: Mon Jun 13 2005

 


Views: 71

The H1 to H6 Tags

The text between these tags will be a medium heading

The tags

to

are used to create headings.

is the largest and

is the smallest. You can use the ALIGN attribute within the tag: ALIGN=CENTER centers the heading.

Listing Last Modified: Mon Jun 13 2005

 


Views: 68

The HEAD Tag

The second line (but before the BODY tag) of your HTML document should be: The information contained in the HEAD section of your document provides information to browsers and search engines, but is not displayed to the person viewing the page.

Listing Last Modified: Mon Jun 13 2005

 


Views: 68

The HR Tag

The
tag is used to create a horizontal rule, or line on your page. The following attributes can also be used: WIDTH="500" would set the width to 500 pixels. SIZE="10" would set the height of the line to 10 pixels.

Listing Last Modified: Mon Jun 13 2005

 


Views: 69

The HTML Tag

The very first line of your HTML document should be: The last line of your document should be: It is very important that you do not place one of these tags anyplace else in your documents as they tell the browswer where your page begins and ends.

Listing Last Modified: Mon Jun 13 2005

 


Views: 75

The IMG Tag

The IMG tag is used to present graphical images on your pages. In the example above, the HEIGHT and WIDTH attributes are shown, even though they are not mandatory. Despite the fact they are optional, consider them to be mandatory. If you do not use them, the browser will have to load and size all images before properly displaying your pages.

Listing Last Modified: Mon Jun 13 2005

 


Views: 70

The META Tag

Between your & goes the META tag(s). These are used to present information to search engines and spiders, not to your readers. These are two of the more common META tags for assisting search engines in indexing your site.

Listing Last Modified: Mon Jun 13 2005

 


Views: 64

The UL Tag

The UL and LI tags are used to create unordered lists. Unordered simply means there is no numbering scheme involved. You must close all
    tags with a
. You can also use UL with the COMPACT attribute,
    which will tell the browser to squeeze the list when possible. This is good for side bar

    Listing Last Modified: Mon Jun 13 2005

 


Views: 68


|< <