Ads Top

http://wapcircles.blogspot.com.ng/p/about.html

Nested HTML Lists

List can be nested (lists inside lists):

Example

Input | Example

<ul>
  <li>Coffee</li>
  <li>Tea
    <ul>
      <li>Black tea</li>
      <li>Green tea</li>
    </ul>
  </li>
  <li>Milk</li>
</ul>
OutPut | Result
  • Coffee
  • Tea
    • Black tea
    • Green tea
  • Milk


Note: List items can contain new list, and other HTML elements, like images and links, etc.





Click here if you are New To Web Design in HTML:  How To Make Website/Web Pages Using Text Editors e.g NotePad++


Wapcircles.blogspot.com. Powered by Blogger.