HTML | Form
HTML forms simply place a handful of GUI controls on the user agent screen to allow the user to enter data. The controls can allow text input and selection of pre-defined options from a list, radio buttons or check boxes, or other standard GUI controls.
Every <form> element should carry at least two attributes:
action
method
A element may also carry all of the universal attributes, the…
View On WordPress








