Inline semantics in HTML
Inline elements that carry meaning: emphasis, importance, code and abbreviations.
<p>
Press <kbd>Tab</kbd> to accept the hint, then run
<code>npm test</code> before you commit. This is
<strong>required</strong> -- the hook will reject the push otherwise.
An <abbr title="Abstract Syntax Tree">AST</abbr> is parsed first,
which is <em>usually</em> the slow part.
</p>
How it works
emis stress,strongis importance — both beatiandb.codemarks source text,kbdmarks what the user presses.abbrgives an expansion the reader can hover for.
The run, in numbers
- Lines
- 7
- Characters to type
- 284
- Tokens
- 58
- Three-star pace
- 60 tpm
At the three-star pace of 60 tokens a minute, this run takes about 58 seconds.
Step 3 of 7 in Text & headings, step 6 of 28 in Document structure.