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,
- My first HTML
- My second HTML
- My third HTML
- My fourth HTML