LinkedIn CSS Skill Assessment Quiz Answers

How would you make the first letter of every paragraph on the page red?

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

How would you make the first letter of every paragraph on the page red?

  1.  p::first-letter { color: red; }
  2.  p:first-letter { color: red; }
  3.  first-letter::p { color: red; }
  4.  first-letter:p { color: red; }

Correct Answer:

  •  p::first-letter { color: red; }

Latest Updates

No posts found in this category.