List of nested HTML - HTML list - Guide to HTML, XHTML Guide

Change Font Size: / / Directory List

8.5. Nested HTML List

Nested lists can be used, look at the following example

Trackback Address: http://www.nt22.com/xhtml-html/all_list/

Example

  <ul> <li> Www. </ Li> <li> <dl> <dt> nt22 </ dt> <dd> HTML </ dd> <dt> GUIDE </ dt> <dd> I'm rickie < / dd> </ dl> </ li> <li>. com </ li> </ ul> 

Examples of nested HTML List