Lists
This has nothing to do with pictures or images
Unordered Lists - each item will have a bullet point or dot
<ul> (this tag gets the compute ready for a list)
<li>an item on a list </li>
<li>each item is opened and closed </li>
<li>do you already hate lists> </li>
</ul> (the list is over)<ol> get it OL for ordered list
<li>Do this 1st </li>
<li> Then do this </li>
<li>Final Step </li>
</ol>
Last updated