Bootstrap 4 Theme
Content

Styles for displaying content with some of the most commonly used HTML elements, including normalization, typography, images, tables, and more.

Typography

Bootstrap includes simple and easily customized typography for headings, body text, lists, and more. For even more control, check out the textual utility classes.

Headings
Super Size 1
Super Size 2
Super Size 3
Super Size 4
H1
H2
H3
H4
H5
H6
APEX Documentation
Region Template Option Group: Heading Size
Template OptionComment
Lead

Make a paragraph stand out by adding the "Lead" template option.

APEX Documentation
Template Option: Lead Text
Template OptionComment
Lead Text
Inline text elements

You can use the mark tag to highlight text.

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

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

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

This line of text will render as underlined

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

This line rendered as bold text.

This line rendered as italicized text.

<p>You can use the mark tag to <mark>highlight</mark> text.</p>
<p><del>This line of text is meant to be treated as deleted text.</del></p>
<p><s>This line of text is meant to be treated as no longer accurate.</s></p>
<p><ins>This line of text is meant to be treated as an addition to the document.</ins></p>
<p><u>This line of text will render as underlined</u></p>
<p><small>This line of text is meant to be treated as fine print.</small></p>
<p><strong>This line rendered as bold text.</strong></p>
<p><em>This line rendered as italicized text.</em></p>
Abbreviations

attr

HTML

<p><abbr title="attribute">attr</abbr></p>
<p><abbr title="HyperText Markup Language" class="initialism">HTML</abbr></p>
Blockquotes

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous in Source Title

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous in Source Title
APEX Documentation
Field Template Options
GroupTemplate OptionComment
Reversed (Right Aligned)Add this for a blockquote with right-aligned content.
Hide Blockquote Footer
Field Attributes
AttributeValue
Display AsDisplay Only
Item Label TemplateBlockquote (Display only)
Item Help TextSomeone famous in Source Title