ATATOCAPITASI ATTRIBUT HTML
<!-- GLOBAL ATTRIBUTE -->
<input type="text" autocapitalize="on"/>
<!--
To capitalize text a user types in an input
VALUES
'none' or 'off' : no autocapitalization
'sentence' or 'on' : first letter of each sentence
'words' : first letter of every word
'characters' : all letters
DOESN'T WORK ON
<input type='email' />
<input type='password' />
<input type='url' />
-->
Coffee Addict