Unordered Lists
Unordered lists are often referred to as bulleted lists. Instead of being numbered, each element in the list has the same marker. The markup to create an unordered list looks just like an ordered list except that the list is created by using <ul>…</ul> tags rather than ol . The elements of the list are … Read more