p {
color: #000000;
}
-
"p" is the selector "#000000" is the property "color" 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
-
"color" is the selector "p" is the property "#000000" is the value
Correct Answer:
-
"p" is the selector "color" is the property "#000000" is the value