hip1/11.9/11.9.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form method="post" action="11.9.php">
<div>
<label for="username">Gebruikersnaam: </label>
<input type="text" name="username" required></input>
</div>
<div>
<label for="password">Wachtwoord: </label>
<input type="text" name="password" required></input>
</div>
<div>
<input type="submit" value="Log in">
</div>
</form>
</body>
</html>
Resultaat
Made by Thijs Aarnoudse