| Código | Resultado |
|---|---|
Lista no ordenada <UL TYPE=SQUARE> <LI>Elemento 1 <LI>Elemento 2 <UL TYPE=CIRCLE> <LI>Elemento 2a <LI>Elemento 2b <LI>Elemento 2c </UL> <LI>Elemento 3 </UL> |
Lista no ordenada
|
| Código | Resultado |
|---|---|
Lista no ordenada <OL TYPE=A> <LI>Elemento 1 <LI>Elemento 2 <OL TYPE=i START=3> <LI>Elemento 2a <LI>Elemento 2b <LI>Elemento 2c </OL> <LI>Elemento 3 </OL> |
Lista no ordenada
|
Apropiadas para glosarios, definiciones de términos, etc.
| Código | Resultado |
|---|---|
Lista de definición <DL> <DT>Término 1 <DD>Definición 1 <H5>Lista anidada <DL> <DT>Subtérmino 1.1 <DD>Subdefinición 1.1 <DT>Subtérmino 1.2 <DD>Subdefinición 1.2 </DL> </H5> <DT>Término 2 <DD>Definición 2 <DT>Término 3 <DD>Definición 3 </DL> |
Lista no ordenada
|