Hoofdstuk 4/menu.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> <p> <a href="pag1.php"> films </a> </p> <p> <a href="pag2.php"> films2 </a></p> <p> <a href="pag3.php"> films3 </a></p> </body> </html>

Resultaat

Made by Thijs Aarnoudse