<I> ... </I>
<EM> ... </EM>
<CITE> ... </CITE>
<ADDRESS> ... </ADDRESS>
<I> tag
can be considered the "main" tag; it will always be used for rendering your text in italics. The <EM>
tag italicizes your text, it puts "EMphasis" on your text. The <CITE> tag is used to italicize text that
is used as citation, a reference to a published work. The <ADDRESS> tag is mainly used for giving
your visitor an address or e-mail at which he or she can contact you. You can use any of these tags to make
your text italic, but it is strongly recommended that you use the right tag for the job; it makes it easier
on you when you are looking through your document to identify certain parts.
<I>Some text italicized with <I>.</I> |
Some text italicized with <I>. |
<EM>Some text italicized with <EM>.</EM> |
Some text italicized with <EM>. |
<CITE>Some text italicized with <CITE>.</CITE> |
Some text italicized with <CITE>. |
<ADDRESS>Some text italicized with <ADDRESS>.</ADDRESS> |
Some text italicized with <ADDRESS>. |
<B> ... </B>
<STRONG> ... </STRONG>
<CITE> or <ADDRESS>. However, it is easier to
use the <B> tag for all your bold text because it saves much typing.
<B>Some text bolded with <B>.</B> |
Some text bolded with <B>. |
<STRONG>Some text bolded with <STRONG>.</STRONG> |
Some text bolded with <STRONG>. |
<BIG> ... </BIG>
<BIG>Some BIG text</BIG>. |
Some BIG text. |
<U> ... </U>
<U>Some underlined text.</U> |
Some underlined text. |
<SUB> ... </SUB>
Text with a <SUB>subscript</SUB>. |
Text with a subscript. |
<SUP> ... </SUP>
Text with a <SUP>superscript</SUP>. |
Text with a superscript. |
<CODE> ... </CODE>
<CODE>Some code text</CODE>. |
Some code text. |
<FONT SIZE=xx COLOR="#rrggbb" FACE="fontname">
SIZE allows you to set the size of the font from 1 (smallest) to 7 (largest) (with 3 as normal...). The COLOR option allows you to set the color of the text within the tag. The FACE option allows you to change the font face of the text. However, your visitor must have the font installed on his or her computer for it to be displayed with the new face.
<FONT SIZE=4 COLOR="#ff0000">This text is red.</FONT> |
This text is red. |
<FONT SIZE=4 COLOR="#00ff00">This text is green.</FONT> |
This text is green. |
<BASEFONT SIZE=xx FACE="fontname">
SIZE option can be anything from 1 to 7 with 1 being the smallest and 7 being the largest. The FACE option is just like <FONT FACE=> in that it allows you to change the default font of your page (if your visitor has that font, of course...).
<BASEFONT SIZE=4 FACE="Lucida, Exocet, Crillee">