<form action="/example/html/form_action.aspx">
<input type="text" value="Mickey">
<input type="text" name="lastname" value="Mouse">
<input type="submit" value="Submit">
<p>If you click "Submit", the form-data will be sent to a page called "form_action.aspx".</p>
<p>The first name will not be submitted, because the input element does not have a name attribute.</p>