Chapter 12: CSS Syntax & Selectors

Element Selector

This paragraph is styled using an element selector (p).

ID Selector

This text is styled using an ID selector (#special).

Class Selector

This text is styled using a Class selector (.highlight).

Group Selector

This is an H4 heading styled by group selector.

This is an H5 heading styled by group selector.

Universal Selector

All text on this page uses Arial font due to universal selector (*).