style for list : list : XML HTML CSS TUTORIALS


HTML CSS TUTORIALS » XML » list »

 

style for list


 
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<?xml-stylesheet type="text/css" href="xml-numbered-list.css"?>
<list>
    <item>R</item>
    <item>S</item>
    <item>R</item>
</list>


list {
    display: block;
    margin-left: 20px;
    list-style-type: decimal;
}
item {
    display: list-item;
}

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo XML
» list