letter capital html code example
Example 1: html uppercase
<p style="text-transform: uppercase;"> All letters of all words will be in uppercase </p>
Example 2: html capitalize
<p style="text-transform: capitalize;"> All words will be capitalized </p>