1: 2: 3: 4: 5: 6:
<form name="input" action="html_form_action.asp" method="get"> First Name: <input type="text" name="fname" /> Second Name: <input type="text" name="sname" /> Age: <input type="text" name="age" /> <input type="submit" value="Submit" /> </form>