Introduction
Text
Color Values
Body Attributes
Fonts
Text Effects
Special Characters
Example
Formatting
Links
Lists
Images
Tables
Frames
Forms
Conclusion


Text Effects
Bold-Strong
The HTML code to bold text is just <B> </B>. There is also an alternative tag that is sometimes used which is <STRONG> </STRONG>. Not all browsers render the strong tag as bold, so it is best to opt for the <B> tag.

Underline
The HTML code to underline text is <U> </U>. To make your site easy to navigate through, I suggest you use this tag sparingly. Most people are accustomed to associating underlined text as a hyperlink, and might wonder why nothing happens when they click on the text.

Italics
The HTML code to italicize text is <I> </I>. Like the bold tag, the italics tag also has an alternative emphasis tag <EM> </EM>. Again not all browsers render the emphasis tag as italics, so it is best to opt for the <I> tag.

Superscript
The HTML code to make your text superscript is <SUP> </SUP>. An example of superscript text is an squared number such as: 42.

Subscript
The HTML code to make your text subscript is <SUB> </SUB>. An example of subscript text is an indexed number such as: 2n.

back  next

© Copyright 2000-2002 by Pepmint.com. All Rights Reserved

Search Pepmint.com

home :: tutorial :: portfolio :: links :: hammies :: guestbook :: contact