Files
2016-09-15 10:13:52 -05:00

8 lines
190 B
HTML
Executable File

<html>
<body>
<form action="post.html" method="post">
What is 5 + 5 ? : <input type="text" name="answer" size="4"><br/>
<input type="submit" value="Check Answer">
</form>
</body>
</html>