Q. Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?
β
Correct Answer: (D)
text-transform : capitalize;
You must be Logged in to update hint/solution