Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Change the color of all <p> and <h1> elements, to "red". Group the selectors to minimize code.

Hint: To group selectors, separate each selector with a comma.