html - How to turn off Autocapitalize in our JSp page -


i have text thats getting displyed inside div element sample text

when text getting displayed on browser, first letter of words in text getting displayed in upper case.

i tried autocapitalize="off" turn off auto capitalize not working. other way it?

inside div's style try

text-transform: none; 

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -