- p::first-letter { color: red; }
- p:first-letter { color: red; }
- first-letter::p { color: red; }
- first-letter:p { color: red; }
Correct Answer:
- p::first-letter { color: red; }
How would you make the first letter of every paragraph on the page red?
Correct Answer:
Latest Updates
No posts found in this category.