Lists

Estimated reading: 1 minute 36 views
  • Unordered list (bullets)
  • List Item Another
  • List Item
  • Ordered list (sequence)
  • List Item
  • Another List Item
<ul>
 <li>List Item</li>
 <li>Another List Item</li>
</ul>
<ol>
 <li>List Item</li>
 <li>Another List Item</li>
</ol>

Lists are used everywhere and
can be customized to look as
you want

Share this Doc

Lists

Or copy link