Ajay manola
What tag is used to create HTML Lists?
By Ajay manola in Web Development on Aug 12 2012
  • sajidlkhan lodi
    Feb, 2015 10

      and
      • 1
  • eswari
    Oct, 2012 31

    The HTML li tag is used for specifying a list item. You can list out the items by using 4 types, ul - unordered list ol - ordered list dir - directory list (deprecated) menu - menu list (deprecated) Example:

    • ul - unordered list
    • ol - ordered list
    • dir - directory list (deprecated)
    • menu - menu list (deprecated)

    Magento Website Developer

    • 1
  • Satyaveer Chauhan
    Aug, 2012 27

    An ordered list:The first list item The second list item The third list item An unordered list:List item List item List itemHTML Unordered ListsAn unordered list starts with the

      tag. Each list item starts with the
    • tag.The list items are marked with bullets (typically small black circles).
      • Coffee
      • Milk
      How the HTML code above looks in a browser:Coffee Milk HTML Ordered ListsAn ordered list starts with the
        tag. Each list item starts with the
      1. tag.The list items are marked with numbers.
        1. Coffee
        2. Milk
        How the HTML code above looks in a browser:Coffee Milk

        • 1


Most Popular Job Functions


MOST LIKED QUESTIONS