HTML Forms

Collect user input with form elements: text fields, buttons, dropdowns, and more.

Step 1 of 6

Forms let users send information

Every time you type into a search bar, log into an account, fill out a survey, or post a comment, you are using an HTML form. Forms exist because the web is not just for reading — it is for interacting. The

element is a container that groups input fields together and (when connected to a server) can send the collected data somewhere.

Inside a form, the element creates fields where users type or select things. The

Think of it this way: A form is like a paper questionnaire. The tag is the sheet of paper itself. Each is a blank line or checkbox. Each
Labels are essential
The
HTMLREAD ONLY
TAG VIEW

Start typing to see your tags visualized here...

PREVIEW