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

Digital Marketing, LinkedIn CSS Skill Quiz Answers

You no longer need to be worried if you are taking the LinkedIn CSS Skill Quiz Exam and are unsure about the proper answer to the question “How would you make the first letter of every paragraph on the page red?” I have provided the right answer to your question below.

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

Options

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

The Correct Answer Is:

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

Conclusion

I believe I was successful in answering your query “How would you make the first letter of every paragraph on the page red?”. I hope you easily pass the certification exam and get the certificate as soon as possible. Have a great time! Good luck!