<!DOCTYPE html> <html> <body> <p>By default autocomplete value is 'on'</p> <p>Acount holder:<input type='text' name='aholder'></p> <p>PIN:<input type='password' name='pin' autocomplete='off'></p> </body> </html>
Run
×
Share