Code Video


Contoh Orderet list

  1. List 1

  2. List 2

  3. List 3

Contoh Unorderet list

Contoh Code


Unordered List

<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>

Ordered List

<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>