filmov
tv
How to create list in HTML Part 6

Показать описание
Learn how to create different type of lists like ordered list , unordered list , definition list , list item, etc.
An unordered list starts with the “ul” tag and order with the "ol" tag. Each list item starts with the “li” tag. The list items are marked with bullets in unordered list and numbers in ordered list , i.e small black circles by default.
An unordered list starts with the “ul” tag and order with the "ol" tag. Each list item starts with the “li” tag. The list items are marked with bullets in unordered list and numbers in ordered list , i.e small black circles by default.