Listas
Diferentes ejemplos de listas:
Lista no ordenada
- First thing
- Second thing
- Third thing
- First thing
- Second thing
- Third thing
< ul type="square" >
Lista ordenada
- First thing
- Second thing
- Third thing
< ol type="A" >
- First thing
- Second thing
- Third thing
< ol type="a" >
- First thing
- Second thing
- Third thing
< ol type="I" >
- First thing
- Second thing
- Third thing
< ol type="i" >
- First thing
- Second thing
- Third thing
< ol reversed="reversed" >
Lista de definiciones
- dl=description list
- Se emplea para definir una lista de términos con cero o más descripciones con cada término
- Cada términ de la lista se define con < dt >
- Cada descripciń de un término se define con < dd >
- Los elementos no se indican con un punto o número, sino con un aumento del márgen izquierdo
- HTML
- HyperText Markup Language
< dl >
< dt > HTML < /dt >
< dd > HyperText Markup Language < /dd >
Lista
- Lista de primer nivel:
- Lista de segundo nivel:
- Lista de tercer nivel, la última
Lista 2
- Números Cardinales:
- Uno
- Dos
- Tres
- Números Ordinales:
- Primero
- Segundo
- Tercero