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

CSS2 builds on CSS1 standard. If you click on the link View output, it shows the result of applying the CSS 2 stylesheet on the relevant XML source displayed in the previous columns of the row.

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

BBB {color:red}
View output
XML SourceCSS stylesheetExample link
(2)
     <AAA>
          <BBB>text</BBB>
     </AAA>

BBB {color:blue}
View output
XML SourceCSS stylesheetExample link
(3)
     <AAA>
          <BBB>text</BBB>
     </AAA>

BBB {color:purple}
View output