Write a HTML program to show the use of different lists.
Answers
Answered by
1
Answer:-
HTML list items
The types of lists that can be used in HTML are : ul : An unordered list. This will list items using plain bullets. ol : An ordered list.
- Disc : Sets the list item marker to a bullet i.e default. ...
- Circle : Sets the list item marker to a circle. ...
- Square : Sets the list item marker to a square.
Similar questions