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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -