<!--opdracht 1: maak een formulier die de informatie opslaat in een CSV-bestand -->
<!DOCTYPE html>
<html lang="nl">
<head>
<title>Opdracht 1</title>
</head>
<body>
<form method="post">
Voornaam: <input type="text" name="voornaam" value=""><br>
Achternaam: <input type="text" name="achternaam" value=""><br>
<input type="submit" name="opslaan">
</form>
</body>
</html>
</html>
Download hier het bestand.
<!--opdracht 2: toon de informatie uit het CSV-bestand in een tabel-->
<!DOCTYPE html>
<html lang="nl">
<head>
<title>Opdracht 2</title>
</head>
<body>
<table border=1px>
Download hier het bestand.
Download hier het bestand.
Download hier het bestand.
