Style Tags

PrevRich Text Display in the CardNext

Style Tags

<em>...</em>

Emphasized. By default this is the same as <i>...</i> (italic)

<strong>...</strong>

Strong. By default this is the same as <b>...</b> (bold).

<i>...</i>

Italic font style.

<b>...</b>

Bold font style.

<u>...</u>

Underlined font style.

<s>...</s>

Strike out font style.

<big>...</big>

A larger font size.

<small>...</small>

A smaller font size.

<code>...</code>

Indicates code. By default this is the same as <tt>...</tt> (typewriter). For larger chunks of code use the block-tag <pre>.

<tt>...</tt>

Typewriter font style.

<font>...</font>

Customizes the font size, family and text color. The tag understands the following attributes:

  • color -- The text color, for example color="red" or color="#FF0000".

  • size -- The logical size of the font. Logical sizes 1 to 7 are supported. The value may either be absolute (for example, size=3) or relative (size=-2). In the latter case the sizes are simply added.

  • face -- The family of the font, for example face=times.

PrevHomeNext
Rich Text Display in the Card Up Special Elements