>> English << | česky | PortuguêsZVON > Tutorials > CSS2 tutorial
>> Example 49 << | Prev | Next | Index | Contents

Lists are specified with display:list-item

XML SourceCSS stylesheetExample link
(1)
     <AAA>
          <BBB>
               <CCC>ccc</CCC>
               <CCC>ccc</CCC>
               <CCC>ccc</CCC>
          </BBB>
     </AAA>

CCC {display: list-item;}
View output