Description lists in HTML
Term and definition pairs: glossaries, metadata, key-value detail.
<dl>
<dt>tour</dt>
<dd>An ordered run of sets for one language.</dd>
<dt>set</dt>
<dd>A themed group of steps inside a tour.</dd>
<dt>encore</dt>
<dd>The complete programs that close a tour.</dd>
</dl>
How it works
dtis the term,ddthe description that follows it.- One term may take several descriptions, and the reverse.
- This is the right element for a specification table of fields.
The run, in numbers
- Lines
- 8
- Characters to type
- 201
- Tokens
- 55
- Three-star pace
- 65 tpm
At the three-star pace of 65 tokens a minute, this run takes about 51 seconds.
Step 5 of 5 in Lists, step 15 of 28 in Document structure.