Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Change the color of <p> elements, that are the siblings of a <div> element, to "red".

Hint: To select siblings, seperate the selectors with ~.