<PRE></PRE>
This element is used to indicate that the enclosed text is preformatted meaning that spaces, returns, tabs, and other formatting characters are preserved. Browsers will, however, acknowledge
most HTML elements that are found with the
<PRE> element. Preformatted text will generally be rendered by the browsers in a monospaced font.
<HN></HN>
This tag implements siz levels of document headings; <H1> is the most prominent, and <H6> is the least prominent. (n in the tag means number)
<HN ALIGN></HN ALIGN>
This attribute controls the horizontal alignment of the heading with respect to the page. The default value is LEFT.
<B></B>
This element indicates that the enclosed text should be displayed in boldface.
<I></I>
This element indicates that the enclosed text should be displayed in an italic typeface.
<U></U>
This element is used to indicate that the enclosed text should be displayed underlined.
<S></S>
This element renders the enclosed text with a line drawn through it.
<CENTER></CENTER>
This element causes the enclosed content to be centered within the margins currently in effect. Margins are either the default page margins or those imposed by overriding elements such as tables.
<TT></TT>
This element is used to indicate that text should be rendered in a monospaced font similar to teletype text.
<CITE></CITE>
This element indicates a citation from a book or other published source and usually rendered in italics by a browser.
<EM></EM>
This element indicates emphasized text, which many browsers will display as italic text.
<STRONG></STRONG>
This element indicates strongly emphasized text. It is usually rendered in a bold typeface, but it is a logical element rather than a physical one.
<SUP></SUP>
This element renders its content as supscripted text.
<SUB></SUB>
This element renders its content as subscripted text.
<SMALL></SMALL>
This element renders the enclosed text one font size smaller than a document's base font size unless it is already set to the smallest size.
<BIG></BIG>
This element indicates that the enclosed text should be displayed in a larger font relative to the current font.
<DFN></DFN>
This element encloses the defining instance of a term. It is usually rendered as bold or bold italic text.
<FONT FACE="?"></FONT>
This attribute contains a list of one or more font names separated by commas. The user agent looks through the specified font names and renders the text in the first font that is supported.
<FONT SIZE="?"></FONT>
This attribute specifies the font size as either a numeric or relative value. Numeric values range from 1 to 7 with 1 being the smallest and 3 being the default. The relative values, + and -, increment or decrement the font size relative to the current size. The value for increment or decrement should range only from the +1 to +6 or -1 to -6.
<FONT COLOR="?"></FONT>
This attribute sets the text color using either a browser-dependent named color or a color specified in a hexademical #RRGGBB format.