Answers for "convert input text to uppercase in html"

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
2

how to make text uppercase html

text-transform: capitalize;
Posted by: Guest on March-21-2021

Code answers related to "convert input text to uppercase in html"

Browse Popular Code Answers by Language