<form action="form_action.asp"
method="get">
First name:
<input type="text" name="fname" value="Mickey" />
<br />
Last name:
<input type="text" name="lname" value="Mouse" />
<br />
<input type="submit" value="Submit" />
HI,
I'm new to html. Please someone tell me why there is an extra / in...