Skip to content

Instantly share code, notes, and snippets.

@samikeijonen
Created October 31, 2012 11:21
Show Gist options
  • Save samikeijonen/3986527 to your computer and use it in GitHub Desktop.
Save samikeijonen/3986527 to your computer and use it in GitHub Desktop.
Tehtävä 1
<!DOCTYPE html>
<html>
<head>
<title>Keskiarvo</title>
</head>
<body>
<h1>Keskiarvo</h1>
<form action="keskiarvo.php" method="post">
<table>
Äikkä: <input type="text" name="luku1" /> <br />
Matikka: <input type="text" name="luku1" /> <br />
Enkku: <input type="text" name="luku1" /> <br />
Liikka: <input type="text" name="luku1" /> <br />
<input type="submit" value="Laske" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment