Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Change the color of all <p> elements, that are descendants of <div> elements, to "red".

Hint: To select descendants, separate the selectors with space.