LI tag – list item
Used within the
- or
- tag attributes are now deprecated in HTML4. Use CSS list-style-image and list-style-type properties of the
- tag.
* li style = “list-style-type:none”
* li style = “list-style-type:disc”
* li style = “list-style-type:circle”
* li style = “list-style-type:square”
* li style = “list-style-type:decimal”
* li style = “list-style-type:upper-roman”
* li style = “list-style-type:lower-roman”
* li style = “list-style-type:upper-alpha”
* li style = “list-style-type:lower-alpha”
* li style = “list-style-image:url(../images/spot.png);”
* li style = “list-style-position:inside;”
* li style = “list-style-position:outside;”“used style such as followes .Section1 ul
{
padding:3px;}
.Section1 ul>li
{
padding:2px 5px 2px;
font-weight:normal;
list-style-image:url(“”images/icon_bullet.gif”");
list-style-position:inside;
}”m.ganesh@cogitsolutions.com
M/S COG IT SOLUTIONS
- tags to create the actual items of the list. Every list item should use the endtag
but many WYSIWYG web page editors omit the tag which can cause problems validating the resulting HTML file. The