There is no limitation to the depth and imbrication of lists defined with the <ol> and <ul> elements.
<ol> and <ul> both represent a list of items. They differ in the way that, with the <ol> element, the order is meaningful. As a rule of thumb to determine which one to use, try changing the order of the list items; if the meaning is changed, the <ol> element should be used, else the <ul> is adequate. | |
| |
| |
| |
| |
| |
| |