l114/h11/11.5/pag1.php

<!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="GET" action="pag2.php"> <label for="schrNaam">Voornaam schrijver: </label> <input type="text" name="schrNaam" id="schrNaam"> <br> <label for="schrAchNaam">Achternaam schrijver: </label> <input type="text" name="schrAchNaam" id="schrAchNaam"> <br> <input type="submit" > </form> </body> </html>

Resultaat

Made by Thijs Aarnoudse