Listas

Diferentes ejemplos de listas:

Lista no ordenada

< ul type="square" >

Lista ordenada

  1. First thing
  2. Second thing
  3. Third thing

< ol type="A" >

  1. First thing
  2. Second thing
  3. Third thing

< ol type="a" >

  1. First thing
  2. Second thing
  3. Third thing

< ol type="I" >

  1. First thing
  2. Second thing
  3. Third thing

< ol type="i" >

  1. First thing
  2. Second thing
  3. Third thing

< ol reversed="reversed" >

Lista de definiciones

HTML
HyperText Markup Language

< dl >
< dt > HTML < /dt >
< dd > HyperText Markup Language < /dd >

Lista

Lista 2