Show sourcecode
The following files exists in this folder. Click to view.
ovning_forms1.php
ovning_forms1_mot.php
ovning_forms2.php
ovning_forms2_mot.php
ovning_forms3-6.php
ovning_forms3_mot.php
ovning_forms7.php
ovning_forms7_mot.php
ovning_forms8.php
ovning_forms7.php
17 lines UTF-8 Windows (CRLF)
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Får får inte forms</title>
</head>
<body>
<form action="ovning_forms7-8_mot.php" method="get">
<input type="number" name="num1" id="num1" required>
<input type="number" name="num2" id="num2" required>
<input type="number" name="num3" id="num3" required>
<input type="submit" value="Beräkna">
</form>
</body>
</html>