Loading

Inline text elements

Marked text

For highlighting a run of text due to its relevance in another context, use the <mark> tag.

EXAMPLE

You can use the mark tag to highlight text.

Deleted text

For indicating blocks of text that have been deleted use the <del> tag.

EXAMPLE

This line of text is meant to be treated as deleted text.

Strikethrough Text

For indicating blocks of text that are no longer relevant use the <s> tag.

EXAMPLE

This line of text is meant to be treated as no longer accurate.

Inserted Text

For indicating additions to the document use the <ins> tag.

EXAMPLE

This line of text is meant to be treated as an addition to the document.

Underlined Text

To underline text use the <u> tag.

EXAMPLE

This line of text will render as underlined

Small Text

For de-emphasizing inline or blocks of text, use the <small> tag to set text at 85% the size of the parent. Heading elements receive their own font-size for nested <small> elements.

You may alternatively use an inline element with .small in place of any <small>.

EXAMPLE

This line of text is meant to be treated as fine print.

Bold

For emphasizing a snippet of text with a heavier font-weight.

EXAMPLE

The following snippet of text is rendered as bold text.

Italics

For emphasizing a snippet of text with italics.

EXAMPLE

The following snippet of text is rendered as italicized text.