In the following example, what color will paragraph one and paragraph two be? (Alternative: In this example, what color will paragraphs one and two be?)

Advertisement

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

<p>paragraph two</p>
section p {
color: red;
}
section + p {
color: blue;
}

  • Paragraph one will be blue, paragraph two will be red.
  • Both paragraphs will be blue.
  • Paragraphs one will be red, paragraph two will be blue.
  • Both paragraphs will be red.
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