So, we will learn how to create a list using HTML. Two types of lists currently we will learn how to make :
1. Creat list with number
Below is a list of the names of birds.
pigeon
hawk
cassowary
frigate
crow
paradise
So we will make a list of a list of the names of the birds using the number lis. This is the html code for a list of numbers :
List Numbering Below is a list of the names of birds.
- pigeon
- hawk
- cassowary
- frigate
- crow
- paradise
Look image below :
2. Make list without numbering.
List Numbering Below is a list of the names of birds.
- pigeon
- hawk
- cassowary
- frigate
- crow
- paradise
Below is result of above code :
Thanks you.
Sign up here with your email