LinkedIn CSS Skill Assessment Quiz Answers

The body of your page includes some HTML sections. How will it look with the following CSS applied?

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

The body of your page includes some HTML sections. How will it look with the following CSS applied?

body {
  background: #ffffff; /* white */
}
section {
  background: #0000ff; /* blue */
  height: 200px;
}
  1.  blue sections on a white background
  2.  Yellow sections on a blue background
  3.  Green sections on a white background
  4.  blue sections on a red background

Correct Answer:

  •  blue sections on a white background

Latest Updates

No posts found in this category.