LinkedIn CSS Skill Assessment Quiz Answers

In this example, what is the selector, property, and value?

Latest Update on 9th March, 2022 by Certification Course Answers

In this example, what is the selector, property, and value?

p {
  color: #000000;
}
  1. "p" is the selector
    "#000000" is the property
    "color" is the value
  2. "p" is the selector
    "color" is the property
    "#000000" is the value
  3. "color" is the selector
    "#000000" is the property
    "#p" is the value
  4. "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

Latest Updates

No posts found in this category.