Las listas de definiciones contienen secuencias de términos (<dt>) y definiciones (<dd>):

Ejemplo

<html>
<head>
<title>Ejemplo</title>
</head>
<body>
<h1>Lista de definiciones</h1>
<dl>
<dt>HTML
<dd>HyperText Markup Language
<dt>WWW
<dd>World Wide Web
<dt>HTTP
<dd>HyperText Transfer Protocol
</dl>
</body>
</html>
[Preview]

- 15 -