An unordered list begins with the <ul> tag.and every item in the list is defined using the< li >tag.
By default, list items are displayed with bullet symbols (solid black circles):
HTML lists can be styled in many different ways with CSS:
One popular way is to style a list horizontally, to create a navigation menu: