A short status note gains semantic inline elements that change both meaning and rendered emphasis.

Program

Inline text elements work inside a paragraph. They do not create a new region; they add meaning to the words they wrap.

text_emphasis.html
<p>Build <strong>safe</strong> pages with <em>clear</em> structure.</p>
<p><mark>Review alt text</mark> before launch.</p>
<small>Updated today</small>
strong Strong importance marks text that should stand out semantically, not only visually.
mark Marked text highlights a relevant phrase in the current context.