LANGUAGE » HTML_CSS » HTML

List

Unordered list ​

html
<ul>
  <li></li>
  <li></li>
</ul>

Ordered list ​

html
<ol>
  <li></li>
  <li></li>
</ol>