In this example, what color will Paragraph 1 be?

Advertisement

p:first-of-type {
color: red;
}
p {
color: blue;
}
.container {
color: yellow;
}
p:first-child {
color: green;
}
<div class=”container”>
<h1>Heading</h1>
<p>Paragraph1</p>
<p>Paragraph2</p>
</div>

  • blue
  • green
  • red
  • 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.