Three Types of Lists

Ordered list

 

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

  1. You don't have
  2. to enter
  3. the numuber

Unordered list

 

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

  • You
  • may
    • use
      • different levels
      • of imbrication

Definition list

 

<dl>
<dt> </dt>
<dd> </dd>
</dl>

This is the term
and its definition
Another term
and another definition that could be really longue and complex and asdlkjasdl kjassdlkjasdlkj assdlkjsdlkk

N.B. About closing tags