Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Set the background color of <p> elements, that are the first child of any element, to "lightblue".

Hint: Use the :first-child pseudo-class.