l102/11.4/11.4.pagina1.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 action="11.4.pagina2.php" method="post"> <label for="schrijver">Naam Schrijver:</label> <input type="text" id="schrijver" name="schrijver" required> <br> <input type="submit" value="Volgende"> </form> </body> </html>

Resultaat

Made by Thijs Aarnoudse