Master how to create a list

Let's master the creation of the list.

  • Item 1
  • Item 2
  • Item 3
<ul>
   <li> Item 1 </li>
   <li> Item 2 </li>
   <li> Item 3 </li>
</ul>

Associated Information