CSS 2 Example 8

>> English << | česky | Português ZVON > Tutorials > CSS2 tutorial
Intro / Search / ZVON
>> Example 8 << | Prev | Next | Index | Contents

If elements share some property they can be specified in one place using comma separated list.

XML SourceCSS stylesheetExample link
(1)
<AAA>
<BBB>bbb</BBB>
<CCC>ccc</CCC>
<DDD>ddd</DDD>
<EEE>eee</EEE>
<FFF>fff</FFF>
</AAA>

BBB, DDD, FFF {color:red}
CCC, EEE {color:blue}
View output

AltStyle によって変換されたページ (->オリジナル) /