HTML Lists are used to specify lists of information. All lists may contain one or more list elements. There are three different types of HTML lists:
  1. Ordered List or Numbered List (ol)
  2. Unordered List or Bulleted List (ul)
  3. Description List or Definition List (dl)

    HTML Ordered List or Numbered List

    In the ordered HTML lists, all the list items are marked with numbers by default. It is known as numbered list also. The ordered list starts with <ol> tag and the list items start with <li> tag.

    HTML Unordered List or Bulleted List

    In HTML Unordered list, all the list items are marked with bullets. It is also known as bulleted list also. The Unordered list starts with <ul> tag and list items start with the <li> tag.

    HTML Description List or Definition List

    HTML Description list is also a list style which is supported by HTML and XHTML. It is also known as definition list where entries are listed like a dictionary or encyclopedia.

    The definition list is very appropriate when you want to present glossary, list of terms or other name-value list.

    The HTML definition list contains following three tags:

    1. <dl> tag defines the start of the list.
    2. <dt> tag defines a term.
    3. <dd> tag defines the term definition (description).

Example:


Output:

HTML Lists Example

HTML Ordered Lists or Numbered List

  1. Beetroot
  2. Ginger
  3. Potato
  4. Radish

HTML Unordered List or Bulleted List

  • Aries
  • Bingo
  • Leo
  • Oracle

HTML Description List or Definition List

Aries
-One of the 12 horoscope sign.
Bingo
-One of my evening snacks
Leo
-It is also an one of the 12 horoscope sign.
Oracle
-It is a multinational technology corporation.
Do you Know?
Progamming is what actually means ?

What is software development ?

How we categorized software development in different manner.

C Programming
C Plus Plus
Python
Java Development
Web Designing
Javascript
Mysql
Oracle
We cover all the programming concepts in various programming languages, this tutorials are very help full for bigener as well as Experience developer, for the ease of understanding we categorized programming in different manner likewise.