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
<em>is stress emphasis;<i>is a different voice or mood.<strong>is importance;<b>is attention without importance.- 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.
Step 4 of 7 in Text & headings, step 7 of 28 in Document structure.