typestar

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

  1. dt is the term, dd the description that follows it.
  2. One term may take several descriptions, and the reverse.
  3. 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.

Type this snippet

Step 5 of 5 in Lists, step 15 of 28 in Document structure.

← Previous Next →