The ul element represents an unordered list of items; that is, a list in which changing the order of the items would not change the meaning of list.
A ul element must have both a start tag and an end tag.
any element that can contain flow elements
interface HTMLUListElement : HTMLElement {};