Understanding rule structure

A rule begins with the Selector followed byt eht Declaration Block within a pair of curly brackets (braces).

The braces contain one, or more, declarations that each specify a CCS property and a valid value for that property.

h1 { color: blue; background: yellow }

P { color: yellow}

h2, h3 { color: green}