Example:
HTML
<ol>
<li>Coffee</li>
<li style="list-style-type:lower-alpha">Tea</li>
<li>Milk</li>
</ol>
<ul>
<li>Coffee</li>
<li style="list-style-type:square">Tea</li>
<li>Milk</li>
</ul>
How to create HTML <li> Tag | HTML Tag |
How to create HTML <li> value Attribute | HTML Tag |
How to Use of the value attribute in an ordered list | HTML Tag |
How to Set different list style types (with CSS) | HTML Tag |
How to Create a list inside a list (a nested list) | HTML Tag |
How to Create a more complex nested list | HTML Tag |
How to set Default CSS Settings of <li> element | HTML Tag |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |