List

 

When our parents go to a market to buy some groceries, they have a paper right? A list of all the foods. Here in HTML, you can now create a list by reading this.

 

Use the < UL > for UNORDERED LIST to have an output like this,

  • HTML
  • HTML
  • HTML
  • HTML

 

 

Use the < OL > for ORDERED LIST to have an output like this,

  1. My first HTML
  2. My second HTML
  3. My third HTML
  4. My fourth HTML