The Definition List, named <DL> in HTML, is used to display a term and its definition:
| The <UL> (unordered) style | The <OL> (ordered) style | ||
|---|---|---|---|
| source | displayed | source | displayed |
|
<ul> <li>Item one <li>Item two <li>Item three </ul> |
|
<ol> <li>Item one <li>line two <li>line three </ol> |
|
| The <UL> (unordered) style | The <OL> (ordered) style | ||
|---|---|---|---|
| source | displayed | source | displayed |
|
<ul> <li>Item one <li>Item two <li>Item three </ul> |
|
<ol> <li>Item one <li>line two <li>line three </ol> |
|
| The <UL> (unordered) style | The <OL> (ordered) style |
|---|---|
| source | source |
<ul>
<li>Item one
<ul>
<li>Item one prime
<ul>
<li>Item one double prime
<ul>
<li>Item one triple prime
<ul>
<li>Item one quadroble prime
<li>Item two quadroble prime
<li>Item three quadroble prime
</ul>
<li>Item two triple prime
<li>Item three triple prime
</ul>
<li>Item two double prime
<li>Item three double prime
</ul>
<li>Item two prime
<li>Item three prime
</ul>
<li>Item two
<li>Item three
</ul>
|
<ol>
<li>Item one
<ol>
<li>Item one prime
<ol>
<li>Item one double prime
<ol>
<li>Item one triple prime
<ol>
<li>Item one quadroble prime
<li>Item two quadroble prime
<li>Item three quadroble prime
</ol>
<li>Item two triple prime
<li>Item three triple prime
</ol>
<li>Item two double prime
<li>Item three double prime
</ol>
<li>Item two prime
<li>Item three prime
</ol>
<li>Item two
<li>Item three
</ol>
|
| The <UL> (unordered) style | The <OL> (ordered) style |
|---|---|
| displayed | displayed |
|
|
This page is maintained by RUSSELL HOLDER and
does not represent any views or policies of and is not affiliated
in any way with my employer.
Last update: 03APR98 0644HRS RAZ