Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

multilevel list html

<ol> <li>First</li> <li>Second <ol style="list-style-type: lower-alpha; padding-bottom: 0;">
  <li style="margin-left:2em">Sub of Second</li>
  <li style="margin-left:2em; padding-bottom: 0;">Another Sub</li>
 </ol> </li> <li>Third</li> <li>Fourth </li></ol>
Source by www.computerhope.com #
 
PREVIOUS NEXT
Tagged: #multilevel #list #html
ADD COMMENT
Topic
Name
1+5 =