How to Capitalize First Letter Using CSS

The first letter in a HTML text can be capitalized using the a CSS statement.

For example, if you want to capitalize first letter of each word in a paragraph, use the following CSS declaration:

p { text-transform: capitalize; }

Know the answer? Share it!

Your answer will appear immediately.