HTML5 menu li

The three menus should look identical to the pixel:

1. ol

  1. Item 1
  2. Item 2
  3. Item 3

2. ul

3. menu

  • Item 1
  • Item 2
  • Item 3
  • See the menu element, and the li element (allowed inside {ol, ul, menu}).

    > Alexandre Alapetite