What is the purpose of the name attribute in a form element like <input>?
name
<input>
To provide a textual label for the input
To specify the type of input
To identify the control when form data is submitted
None of the options are valid