Lists
When using HTML you can display three different kinds of lists. They are Unordered, Ordered and Definition lists.
The Code for an Unordered List:
The Code for an Ordered List:
- Square
- Pentagon
- Octagon
- Square
- Pentagon
- Octagon
The Code for a Definition List:
- Square
- Object with four corners.
- Pentagon
- Object with five corners.
- Octagon
- Object with eight corners.
- Square
- Object with four corners.
- Pentagon
- Object with five corners.
- Octagon
- Object with eight corners.
BACK
Untitled