Menu
×
×
Correct!
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. |
Edit This Code:
Result:
|
Correct Code:
Result:
|