aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dl.html
blob: 618eef4fb421b4640308e01b978ebf227f186453 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<dl compact>
  <dt>w3m</dt>
  <dt>WWW wo miru</dt>
  <dd>
    A pager with web browsing capabilities,<br>
    maintained for Debian.
  </dd>
  <dt><br>Firefox<br>(linebreak)</dt><br>
  <dt>FF</dt>
  <dd>
    A free, open source, cross-platform,<br>
    graphical web browser developed by the<br>
    Mozilla Corporation and hundreds of<br>
    volunteers.
  </dd>
  <dd>
    The Red Panda also known as the Lesser<br>
    Panda, Wah, Bear Cat or Firefox, is a<br>
    mostly herbivorous mammal, slightly larger<br>
    than a domestic cat (60 cm long).
  </dd>
</dl>
<dl>
  Non-compact dl
  <dt>w3m</dt>
  <dt>WWW wo miru</dt>
  <dd>
    A pager with web browsing capabilities,<br>
    maintained for Debian.
  </dd>
  <dt><br>Firefox<br>(linebreak)</dt><br>
  <dt>FF</dt>
  <dd>
    A free, open source, cross-platform,<br>
    graphical web browser developed by the<br>
    Mozilla Corporation and hundreds of<br>
    volunteers.
    <dl>
      <dt>nested</dt>
      <dd>
        <dl compact>
          <dt>com</dt>
          <dd>
            item
          </dd>
        </dl>
      </dd>
    </dl>
  </dd>
  <dd>
    The Red Panda also known as the Lesser<br>
    Panda, Wah, Bear Cat or Firefox, is a<br>
    mostly herbivorous mammal, slightly larger<br>
    than a domestic cat (60 cm long).
  </dd>
</dl>