Font and Character Presentation Styles

Text can be presented in many different fonts under HTML 2.0 and 3.2. Commands include:

BIG FONT or Big Element

The BIG element marks a block of text to be presented in BIG or larger fonts.

It can be in:

It can contain:

Syntax:

<BIG> ... </BIG>

BLINKing Characters or BLINK Element

The BLINK element marks a block of text to be presented in BLINKing characters.

It can be in:

It can contain:

Syntax:

<BLINK> ... </BLINK>

BOLD FONT or B Element

The B element marks a block of text to be presented in BOLDFACE font.

It can be in:

It can contain:

Syntax:

<B> ... </B>

I Element

The I element marks a block of text to be displayed in ITALICS..

It can be in:

It can contain:

Syntax:

<I> ... </I>

SMALL FONT or SMALL Element

The SMALL element marks a block of text to be presented in SMALL or smaller fonts.

It can be in:

It can contain:

Syntax:

<SMALL> ... </SMALL>

Typewriter FONT or TT Element

The TT element marks a block of text to be presented in monospaced (non-proportional) font.

It can be in:

It can contain:

Syntax:

<TT> ... </TT>

U Element

The U element marks a block of text to be UNDERLINED..

It can be in:

It can contain:

Syntax:

<B> ... </B>