UL
The ul element represents a list of items, where the order of the items is not important
SYNTAX
HTML
<ul attribute-name="attribute-value"></ul>
ATTRIBUTES
CSS
ul {
display: block;
list-style-type: disc;
padding-start: 40px;
}