Let’s do some lists

HTML List Style Code :

<ul>
<li>Parent
<ul>
<li>Child</li>

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

Bullet ed  List Style Code :

<ol>
<li>Parent
<ol>
<li>Child</li>
<li>Child</li>

</ol>
</ol>

  1. Parent
    1. Child
    2. Child
  2. Parent
  3. Parent
  4. Parent
Uncategorized

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Leave Comment

(required)

(required)