Create a Bulleted Unordered List
Summary
- Unordered (bulleted) lists can be created by using
<ul>
and <li>
elements. - Unordered lists start with an opening
<ul>
element, followed by any number of <li>
elements. Finally, unordered lists close with a </ul>
.
Final Code