Home  »  HTML   »   li

Li stands for list item. It is wrapped by ul or ol tags to create an unordered or ordered liss.

value

represents the value of the list item. It is used only for ol element.

  • number

HTML li Example:

Edit Example