What does the following CSS snippet do?
p { color: inherit; }
Paragraphs will have no color.
All paragraphs will have different colors.
Paragraphs will inherit the color from their parent element.
Paragraphs will have a default white color.