HTML Forms
BeginnerFill in the blanks about HTML form elements and attributes.
A form sends data using the attribute (URL) and attribute (GET or POST).
A text input field uses type="".
A submit button uses type="".
The element improves accessibility by linking text to a form control via the for attribute.