This commit is contained in:
Ida Wedberg 2024-09-02 13:33:07 +02:00
parent 27d83cc0ac
commit 4b1edbc426

View File

@ -6,13 +6,14 @@
<title>Document</title> <title>Document</title>
</head> </head>
<body> <body>
<?php <form>
<form>
<label>Namn</label><br> <label>Namn</label><br>
<input type="text"> <input type="text">
<br> <br>
<input type="submit" value="Skicka"> <input type="submit" value="Skicka">
</form> </form>
<?php
?> ?>
</body> </body>
</html> </html>