list-style-type: disc : list « XML « HTML / CSS






list-style-type: disc

 

<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<?xml-stylesheet type="text/css" href="xml-bulleted-list.css"?>
<list>
    <item>R</item>
    <item>S</item>
    <item>R</item>
</list>
list {
    display: block;
    margin-left: 20px;
    list-style-type: disc;
}
item {
    display: list-item;
}

 








Related examples in the same category

1.style for list
2.Style for list item
3.list-style-type: decimal