Unordered lists

LayoutHTML tagsComments
  • Item 1
  • Item 2
  • Item 3
<ul>
  <li type="square"> Item 1</li> 
  <li type="disk">   Item 2</li>
  <li type="circle"> Item 3</li>
</ul>
opening tag to start unordered list
  list item with bullet of type "square"
  list item with bullet of type "disk"
  list item with bullet of type "circle"
closing tag for the unordered list