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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -