LinkedIn CSS Skill Assessment Quiz Answers

In this example, what styles will be applied to which elements?

Latest Update on 23rd March, 2022 by Certification Course Answers

In this example, what styles will be applied to which elements?

section {
  color: gray;
}
<section>
  <p>paragraph</p>
  <a href="#">link</a>
</section>
  1.  The paragraph and link will be gray.
  2.  The background color of the section element will be gray.
  3.  The paragraph will be gray. The link will be the browser default, black.
  4.  Only the paragraph will be gray.

Correct Answer:

  •  Only the paragraph will be gray.

Latest Updates

No posts found in this category.