Answers for "how to change to capital a single word in a line in css"

3

conveert text to uppercase in input field

<input type="text" class="normal" 
       name="Name" size="20" maxlength="20" 
       style="text-transform:uppercase" />
Posted by: Guest on May-19-2020

Code answers related to "how to change to capital a single word in a line in css"

Browse Popular Code Answers by Language