CSS Grouping and Nesting

In CSS it is possible to nest and group selectors together.
The easiest way to explain CSS grouping and nesting is by using examples.
Let’s say I want to have all my h tags (h1-h6) in a green font colour, rather than the rest which are all black. All I need to do is [...]