There are many common lists which are used to design a page. You can choose any or a combination of the following list types:
- Ordered list – The ordered list displays elements in numbered format. It is represented by <ol> tag.
- Unordered list – The unordered list displays elements in bulleted format. It is represented by <ul> tag.
- Definition list – The definition list displays elements in definition form like in dictionary. The <dl>, <dt> and <dd> tags are used to define description list.