This page describes how to style text in the contents of the page which is visually emphasized.
[#bold]
-== Bold text
+== Bold text (<strong>)
How xref:antora:asciidoc:bold.adoc[text marked as bold] appears on your site depends on the fonts loaded by the UI and the CSS styles the UI applies to the `<strong>` HTML tag.
A bold *word*, or a bold *phrase of text*.
[#italic]
-== Italic text
+== Italic text (<em>)
How xref:antora:asciidoc:italic.adoc[italicized text] appears on your site depends on the fonts loaded by the UI and the CSS styles the UI applies to the `<em>` HTML tag.
An italic _word_, or an italic _phrase of text_.
[#monospace]
-== Monospace text
+== Monospace text (<code>)
How xref:antora:asciidoc:monospace.adoc[inline monospace text] is displayed depends on the fixed-width font loaded by your UI and the CSS styles it applies to the `<code>` HTML tag.
A monospace `word`, or a monospace `phrase of text`.
[#highlight]
-== Highlighted text
+== Highlighted text (<mark>)
How xref:antora:asciidoc:highlight.adoc[highlighted (or marked) text] appears on your site depends on the CSS styles the UI applies to the `<mark>` HTML tag.