In this example, what is the selector, property, and value?
p { color: #000000; }
"color" is the selector "p" is the property "#000000" is the value
"p" is the selector "color" is the property "#000000" is the value
"color" is the selector "#000000" is the property "#p" is the value
"p" is the selector "#000000" is the property "color" is the value