Given this markup, which selector would result in the text being highlighted in yellow?

Here Are The Answers To The LinkedIn CSS Skill Quiz Certification Exam.

Given this markup, which selector would result in the text being highlighted in yellow?

<span class=”highlight”>#BLM</span>

  • .highlight {
    background-color: yellow;
    }
  • #highlight {
    background-color: yellow;
    }
  • .highlight {
    color: yellow;
    }
  • #highlight {
    color: yellow;
    }

The above question concerns the “LinkedIn CSS Skill Quiz Certification Exam” All the updated questions and answers related to this Exam are on the LinkedIn CSS Skill Quiz Certification Exam Answers” page. If you find an update in the questions or answers, comment on this page and let us know. We will update the answers as soon as possible.