capital words in html code example
Example 1: html capitalize
<p style="text-transform: capitalize;"> All words will be capitalized </p>
Example 2: how to make text uppercase html
text-transform: capitalize;
<p style="text-transform: capitalize;"> All words will be capitalized </p>
text-transform: capitalize;