HTML supports two main types of lists: unordered lists and ordered lists.
The <ul> tag is used to create an unordered list. Each
item in the list is defined using the <li> (list item)
tag.
The <ol> tag is used to create an ordered list, where
each item is numbered.