typestar

Emphasis and importance in HTML

Four elements that look like styling and are really meaning.

<p>The button is <em>next</em> to the field, not inside it.</p>
<p><strong>Warning:</strong> this deletes the branch.</p>
<p>The word <i lang="fr">bricolage</i> has no short translation.</p>
<p>Search matched <b>keyboard</b> in three files.</p>
<p>Press <kbd>Ctrl</kbd> + <kbd>C</kbd> to copy.</p>

How it works

  1. <em> is stress emphasis; <i> is a different voice or mood.
  2. <strong> is importance; <b> is attention without importance.
  3. A screen reader can announce the first two and ignores the others.

The run, in numbers

Lines
5
Characters to type
297
Tokens
96
Three-star pace
60 tpm

At the three-star pace of 60 tokens a minute, this run takes about 96 seconds.

Type this snippet

Step 4 of 7 in Text & headings, step 7 of 28 in Document structure.

← Previous Next →