<!DOCTYPE html>
<html>
<head>
</head>
<body>
<form name='formname' action='a.html'>
<input type='text' id='text1' name='username' placeholder='[email protected]' autocomplete='username'>
<input type='submit'>
</form>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<form name='formname' action='a.html'>
<input type='text' id='text1' name='username' placeholder='[email protected]' autocomplete='username'>
<input type='submit'>
</form>
</body>
</html>