Style Tags | ||
Prev | Rich Text Display in the Card | Next |
Emphasized. By default this is the same as <i>...</i> (italic)
Strong. By default this is the same as <b>...</b> (bold).
Italic font style.
Bold font style.
Underlined font style.
Strike out font style.
A larger font size.
A smaller font size.
Indicates code. By default this is the same as <tt>...</tt> (typewriter). For larger chunks of code use the block-tag <pre>.
Typewriter font style.
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.