<ul>
Unordered list
Used to indicate and begin an unordered list
(a list with bullet points)
Can be stylize the bullet points
Bullet point options are disc, square, and
                    circle
<ul type=“disc”>

<ul type=“square”>

<ul type=“circle”>
List elements follow, beginning with <li>
Class Schedule
<ul>
  <li>Basics of Web Design </li>
  <li>Plant Biology </li>
  <li>20th Century World </li>
</ul>
Can be a good way to link to other parts of a
                   site.

Unordered list