Webmaster

HTML : Text formatting
Contents ]
Jérôme Versavel

All Formatting Tags

To sum up, here is a list of all HTML formatting tags. Some are not supported by all browsers and may be obsolete. Have fun trying them out!

Tag Description
<B></B> Text in bold
<BIG></BIG> Font size + 1
<BLINK></BLINK> Blinking text
<BLOCKQUOTE></BLOCKQUOTE> "Long quotation" style (indented block)
<BR> Line break
<CENTER></CENTER> Centered alignment
<CITE></CITE> "Citation" style
<CODE></CODE> "Source code" style
<DFN></DFN> "Definition" style
<Hn></Hn> (n being a number from 1 to 6) Heading of level n
<I></I> Text in italic
<LI></LI> List item
<OL></OL> Ordered list (numbered)
<P></P> Paragraph
<PRE></PRE> Preformatted text
<Q></Q> "Short quotation" style (inline element)
<S></S> or <STRIKE></STRIKE> Striked text
<SAMP></SAMP> or <XMP></XMP> "Example" style
<SMALL></SMALL> Font size - 1
<STRONG></STRONG> Text in bold
<SUB></SUB> Text rendered as subscript
<SUP></SUP> Text rendered as superscript
<TT></TT> "Typewriter text" style
<U></U> Underlined text
<UL></UL> Unordered list (bulleted)
<VAR></VAR> "Program variable or argument" style





  1   2   3   4   5   6   7