m1/www/public/upp3/mattetest.php
2024-09-03 14:50:13 +02:00

19 lines
343 B
PHP

<!doctype html>
<html>
<head lang="sv"></head>
<body>
<h1>Matematik-test</h1>
<form action="calculate.php" method="post">
<fieldset>
<legend>Kalkylator</legend>
<input type="number" name="n1"> +
<input type="number" name="n2">
<br>
<input type="submit" value="Beräkna">
</fieldset>
</form>
</body>