HTML Form
Form elements are elements that allow the user to enter information (like text fields, textarea fields, drop-down menus, radio buttons, checkboxes, etc.) in a form.
A form is defined with the <form> tag.
It will looks like this :
First name:
Last name:
It will looks like this :
It will looks like this :
NEXT >> |