xxxxxxxxxx
<html>
<body>
<h2>Login Page</h2>
<!-- Aşağıdaki formda, Otomatik tamamlamayı kapatmak için "off" değerini veriyoruz. -->
<form action="./submit-account.php" method="post" autocomplete="off" target="preview">
Username<br>
<input type="text" name="username"><br><br>
Password<br>
<input type="password" name="password"><br><br>
<input type="submit" value="Login">
</form>
</body>
</html>