The Lists

This is an unordered list

and this is an ordered list (I can modify the type and it change the thing before the elements)

  1. did
  2. you
  3. see
  4. the
  5. difference?

in the unordered list it write dots before the elements
in the ordered list it write numbers before the elements

The type difference :

here is a type="1"

  1. element
  2. element

here is a type="A"

  1. element
  2. element

here is a type="I"

  1. element
  2. element

The start can also be changed by using ol start="3" (or any other number)

you can change the number of an element by using attribute value in the li li value="6"

the attribute reversed in ol reverse the list, it will start it by the end

it is possible to do list in a list like this

  • categorie 1
    1. object 1
    2. object 2
  • categorie 2
    1. object 1
    2. object 2