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 -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -