| <html> | |
| <body> | |
| <form action='a.html' name='formname' id='formid'> | |
| <input type='text' id='username' name='username' | |
| autocomplete='username'> | |
| <input type='password' id='password' name='password' | |
| autocomplete='current-password'> | |
| <input type='submit'> | |
| </form> | |
| </body> | |
| </html> |