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

Advertisement

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

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

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Leave a Comment


Share via
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Send this to a friend