Skip to Content

Tags

Links

> >|

The I Tag

The text between these tags will be in italics The italics tag is used to italicize your text. This is a pleasant way of emphasizing information without overwhelming your page the way the (bold) tag does.

 


Added: Mon Jun 13 2005
Views: 61

The B Tag

The text between this tags will be BOLD The bold tag is used to place your text into boldface.

 


Added: Mon Jun 13 2005
Views: 59

The BLOCKQUOTE Tag

The BLOCKQUOTE tag is a great way to set off a section of text with a left and right indented margin.

 


Added: Mon Jun 13 2005
Views: 62

The BODY Tag

The BODY tag follows the tag. It is used to set basic page characteristics. You can optionally set the following parameters from within this tag:

 


Added: Mon Jun 13 2005
Views: 62

The BR Tag

The BR tag is used to tell the browser to start the text that follows on a new line. This is not like the

(paragraph) tag that creates a blank line before starting the new text. You can also use the BR tag to reset margins if for instance you used an ALIGN=RIGHT or ALIGN=LEFT inside an tag to wrap text along side an image. Examples would be:

 


Added: Mon Jun 13 2005
Views: 66

The CENTER Tag

The CENTER tag is used to align your text to the center of the page. It can also be used with a TD tag to center some text, vs. using
to center all text in a table cell.

 


Added: Mon Jun 13 2005
Views: 63

The DL Tag

Title for Group 1
First in Group 1
Second in Group 1
Title for Group 2
First in Group 2
The DL tag, used in conjunction with the DD and DT tags create lists that contain no numbering or dotting scheme. This is useful for when you want to use your own

 


Added: Mon Jun 13 2005
Views: 60

The EM Tag

The emphasize tag is another way to end up with italicized text.

 


Added: Mon Jun 13 2005
Views: 68

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

 


Added: Mon Jun 13 2005
Views: 68

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.

 


Added: Mon Jun 13 2005
Views: 65

> >|