'list-style' Example : list style « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'list-style' Example

    
<html>
<head>
</head>
<body>
<ul style="list-style='circle outside none'"> 
    <li>Item 1.</li>
    <li>Item 2.</li>
    <li>Item 3.</li>
    <li>Item 4.</li>
    <li>Item 5.</li>
</ul>
</body>
</html>

    
      
      








Related examples in the same category

1.'list-style' Syntax and Note
2.'list-style' is applied to