HTML formatting tags
The following tags are available for formatting text:
HTML tags |
Used for |
---|---|
<B ></B> |
Bold text |
<BR> |
Line break |
<CENTER></CENTER> |
Centering text an equal distance from the left and right edges of the document |
<I></I> |
Italic text |
<LI></LI> |
List items |
<OL></OL> |
Ordered (numbered) lists |
<P></P> |
Paragraphs |
<PRE></PRE> |
Preformatted plain text; for example, computer output |
<S></S> |
Strikethrough text |
<STRIKE></STRIKE> |
Strikethrough text |
<SUB></SUB> |
Subscript text |
<SUP></SUP> |
Superscript text |
<TT></TT> |
Monospace font |
<U></U> |
Underlined text |
<UL></UL> |
Unordered (bulleted) lists |