HTML Forms (Part 2) - Revision Sheet
<form> tag encloses user input elements; controls data submission.action attribute specifies server script URL; method defines data transmission (POST or GET).%xx; spaces as + or %20.<input type="submit"> triggers form submission; <input type="reset"> clears inputs.YYYY-MM-DD, YYYY-MM-DDTHH:MM:SS, etc.<textarea> supports multi-line input; size via rows, cols; maxlength limits characters.<select> creates dropdowns with <option>; supports multiple and size.required, autofocus, formnovalidate, autocomplete, datalist.name for single selection.1. What is the primary purpose of the `<form>` tag in HTML?
2. What is the primary purpose of the `<form>` tag in HTML?
3. What is the correct format for a date input (`<input type='date'>`) in HTML5?
HTML form — purpose?
Collects and sends user data to server
`<form>` — role?
Container for inputs, handles submission
`method` attribute — options?
POST or GET
`action` attribute — purpose?
Specifies server script URL
Date input — format?
YYYY-MM-DD (RFC3339)
`method` — options?
POST or GET
The revision sheet covers the essential concepts of Mastering HTML Forms and Input Elements. It is organized by topic to facilitate learning and memorization, with key definitions, explanations and summaries.
Read the full sheet →The quiz contains 10 multiple-choice questions with detailed corrections and explanations for each answer. Ideal for testing your knowledge and identifying gaps.
Take the quiz (10 questions) →Revizly offers 10 interactive flashcards on Mastering HTML Forms and Input Elements. Each card presents a question on the front and the answer on the back, enabling active and effective revision based on spaced repetition.
See all 10 flashcards →Import your PDF or paste your course, AI generates sheets, quizzes and flashcards in 30 seconds.