x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
4
<h4>Example 1</h4>
5
<dl>
6
<dt><dfn>Definition List</dfn></dt>
7
<dd>A list of terms and their definitions/descriptions.</dd>
8
<dt><dfn>Ordered List</dfn></dt>
9
<dd>A numbered list.</dd>
10
<dt><dfn>Unordered List</dfn></dt>
11
<dd>An unnumbered list.</dd>
12
</dl>
13
14
<h4>Example 2</h4>
15
<dl>
16
<dt>Vocals</dt>
17
<dd>Bruce Dickinson</dd>
18
<dt>Guitar</dt>
19
<dd>Adrian Smith</dd>
20
<dd>Dave Murray</dd>
21
<dd>Janick Gers</dd>
22
<dt>Bass</dt>
23
<dd>Steve Harris</dd>
24
<dt>Drums</dt>
25
<dd>Nicko McBrain</dd>
26
</dl>