The image is what our sample form would look like.
And here is the HTML for it:
<form action="form.cgi" method="post">
Please enter your name: <input type="text" name="full_name" size="20" /><br/>
<input type="Submit" name="submit" value="submit form" />
</form>


