|
<B></B> BOLD TEXT
<I></I> ITALICS TEXT
<U></U> UNDERLINED TEXT
<STRIKE></STRIKE> STRIKETHROUGH TEXT
(<S></S> does the same thing)
<STRONG></STRONG> STRONGLY EMPHASIZED TEXT (Like Bold)
<EM></EM>EMPHASISES TEXT (Like Italics)
<BIG></BIG>MAKES TEXT A LITTLE BIGGER AND BOLDER
<SMALL></SMALL>MAKES TEXT A LITTLE SMALLER
<SUP></SUP>SUPERSCRIPT (Example: 103)
<SUB></SUB>SUBSCRIPT (Example: H20)
<BR> This tag forces a line break. (A new line in other words.)
<P> This tag forces a new unindented paragraph.
<P ALIGN=LEFT></P> This tag forces left justification.
<P ALIGN=CENTER></P> This tag forces centered justification.
<P ALIGN=RIGHT></P> This tag forces right justification.
<HR>Horizontal rule. Draws a horizontal line below where the tag is inserted.
<HR SIZE=5 WIDTH=75% NOSHADE> Horizontal rule with SIZE, WITDH and NOSHADE attributes.
<HR SIZE=10 WIDTH=50% COLOR=RED> Horizontal rule with SIZE, WITDH and COLOR attributes.
<CENTER></CENTER> Centers text or any data between the opening and closing tag.
<BLOCKQUOTE></BLOCKQUOTE>Indents the area between the blockquote tags on the left and right. Nice way to make a block of text stand out on a page.
<PRE></PRE>
PRE FORMATTED TEXT.
This tag retains all spacing
and uses mono spaced characters.
A little tricky but can be very useful.
|