datapitstop » Website Help »Text TagsDirectory
Welcome to the text tag help section. Here you will find some of the different tags you can use on your text to get it the way you want it to look.

Quick Jump

Boldface <B>

Description

Render text in boldface.
Syntax

This is <B>b</B>old text.
This is <B>bold</B> text.
<B>This is bold text.</B>
Result

This is bold text.
This is bold text.
This is bold text.

Citation <CITE>

Description

Creates a citation, usually italic text.
Syntax

This is <CITE>c</CITE>itation text.
This is <CITE>citation</CITE> text.
<CITE>This is citation text.</CITE>
Result

This is citation text.
This is citation text.
This is citation text.

Emphasize a Word <EM>

Description

Emphasize A Word (with italic or bold).
Syntax:

This is an <EM>e</EM>mphasized word.
This is an <EM>emphasized</EM> word.
<EM>This is an emphasized word.</EM>
Result

This is an emphasized word.
This is an emphasized word.
This is an emphasized word.

Font Color <FONT COLOR=?>

Description

Font Color. You will need to reference a color chart. One can be found here.
Syntax

<FONT COLOR="#CC0000">This is my color</FONT>
<FONT COLOR="#0000FF">This is my color</FONT>
<FONT COLOR="#00FF00">This is my color</FONT>
<FONT COLOR="#FFFF00">This is my color</FONT>
<FONT COLOR="#FF9900">This is my color</FONT>
<FONT COLOR="#CC33FF">This is my color</FONT>
<FONT COLOR="#99FFCC">This is my color</FONT>
Result

This is my color
This is my color
This is my color
This is my color
This is my color
This is my color
This is my color

Font Size <FONT SIZE=?>

Description

Change font size.
Syntax

<FONT SIZE="1">This is my font</FONT>
<FONT SIZE="2">This is my font</FONT>
<FONT SIZE="3">This is my font</FONT>
<FONT SIZE="4">This is my font</FONT>
<FONT SIZE="5">This is my font</FONT>
<FONT SIZE="6">This is my font</FONT>
<FONT SIZE="7">This is my font</FONT>
Result

This is my font
This is my font
This is my font
This is my font
This is my font
This is my font
This is my font

Section Heading <H1-H6>

Description

Create A Section Heading.
Syntax

<H1>This is my heading.</H1>
<H2>This is my heading.</H2>
<H3>This is my heading.</H3>
<H4>This is my heading.</H4>
<H5>This is my heading.</H5>
<H6>This is my heading.</H6>
Result

This is my heading.


This is my heading.


This is my heading.


This is my heading.


This is my heading.

This is my heading.

Italic <I>

Description

Render text in Italic.
Syntax

This is <I>i</I>talic text.
This is <I>italic</I> text.
<I>This is italic text.</I>
Result

This is italic text.
This is italic text.
This is italic text.

Preformatted <PRE>

Description

Preformatted text. Text is displayed just as you typed between the tags.
Syntax

<PRE>This is
    my preformatted

text.</PRE>
Result

This is
    my preformatted

text.

Strong Type <STRONG>

Description

Word Emphasis (Usually bold or italic).
Syntax

This is <strong>s</strong>trong text.
This is <strong>strong</strong> text.
<strong>This is strong text.</strong>
Result

This is strong text.
This is strong text.
This is strong text.

Teletype <TT>

Description

Render text in teletype, or typewrite-style text.
Syntax

This is <TT>t</TT>eletype text.
This is <TT>teletype</TT> text.
<TT>This is teletype text.</TT>
Result

This is teletype text.
This is teletype text.
This is teletype text.
Picture