What does the selector in p { color: blue; } target?
p { color: blue; }
Only elements whose class is p
p
Only the element whose ID is p
Every paragraph element on the page
Only the first paragraph in the document