LinkedIn CSS Skill Assessment Quiz Answers

Which element(s) will be blue?

Latest Update on 13th March, 2022 by Certification Course Answers

Which element(s) will be blue?

h2 ~ p {
  color: blue;
}
<section>
  <p>P1</p>
  <h2>H2</h2>
  <p>P3</p>
  <p>P4</p>
</section>
  1.  P3P3
  2.  P1P1
  3.  P1, P3, and P4P1, P3, and P4
  4.  P3 and P4

Correct Answer:

  •  P3 and P4

Latest Updates

No posts found in this category.