<html> <head> <title>Listas de definición</title> </head> <body> <p>Ingredientes:</p> <dl> <dt>Chocolate</dt> <dd>Cacao</dd> <dd>Azucar</dd> <dd>Leche</dd> <dt>Caramelo</dt> <dd>Azucar</dd> <dd>Colorantes</dd> </dl> </body> </html>
<html> <head> <title>Listas de definición</title> </head>
<body> <p>Ingredientes:</p>
<dl> <dt>Chocolate</dt> <dd>Cacao</dd> <dd>Azucar</dd> <dd>Leche</dd> <dt>Caramelo</dt> <dd>Azucar</dd> <dd>Colorantes</dd> </dl>
</body> </html>