What style rule would set the font color of only paragraph two to blue?

Advertisement

<section><p>paragraph one</p></section><p>paragraph two</p>

  • section > p {
    color: blue;
    }
  • p {
    color: blue;
    }
  • section + p {
    color: blue;
    }
  • p + section {
    color: blue;
    }
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