| >> English << | česky | Português | ZVON > Tutorials > CSS2 tutorial |
| Intro / Search / ZVON |
| >> 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 Source | CSS stylesheet | Example link |
|---|---|---|
|
(1)
<AAA> <BBB>text</BBB> </AAA> | BBB {color:red} | View output |
| XML Source | CSS stylesheet | Example link |
|
(2)
<AAA> <BBB>text</BBB> </AAA> | BBB {color:blue} | View output |
| XML Source | CSS stylesheet | Example link |
|
(3)
<AAA> <BBB>text</BBB> </AAA> | BBB {color:purple} | View output |