A Simple HTML Form
The form element includes one or more input elements, along with any normal HTML terms:
<html>
<body>
<form method=get
action=“http://sirah.csit.fsu.edu:8080/dummy”>
Name: <input type=text name=who size=32>
<p>
<input type=submit>
</form>
</body>
</html>