HTML Lists
There are three types of lists in HTML. They are: Unordered list Ordered list Description list HTML unordered list The <ul> tag defines a set of an unordered list, and the <li> tag defines each of list items. The items of an unordered list are marked with bold dots by default: You can use the …