Refactor tests (first pass)
[html-element-library.git] / t / html / iter2.html
1 <div>
2 Here are the type of people you meet at XYZ, inc:
3
4 <dl>
5
6 <dt>
7 Artist
8 </dt>
9 <dd>
10 A person who draws blood.
11 </dd>
12
13 <dt>
14 Musician
15 </dt>
16 <dd>
17 A clone of Iggy Pop.
18 </dd>
19
20 <dt>
21 Poet
22 </dt>
23 <dd>
24 A relative of Edgar Allan Poe.
25 </dd>
26
27
28 </dl>
29 </div>
This page took 0.022558 seconds and 4 git commands to generate.