WebServ/www/public/M1/03/index.php

18 lines
343 B
PHP
Raw Normal View History

2024-08-23 13:24:49 +00:00
<!doctype html>
<html>
<head lang="sv"></head>
<body>
<h1>Matematik-test</h1>
<form action="calculate.php" method="post">
<fieldset>
<legend>Calculator</legend>
<input type="number" name="n1"> +
<input type="number" name="n2">
<br>
<input type="submit" value="Calculate">
</fieldset>
</form>
</body>