--- id: html-forms title: "HTML Forms" category: "Frontend" status: "draft" verification_status: "conceptual" canonical_id: "" aliases: ["HTML form", "form element", "input element", "web forms", "form input", "HTML form controls"] duplicate_of: "" source_trust_level: "B" confidence_score: 0.90 created_at: 2026-06-23 updated_at: 2026-06-23 review_reason: "" merge_history: [] tags: ["html", "web", "frontend", "forms", "input", "w3schools"] raw_sources: ["https://www.w3schools.com/html/html_forms.asp"] applied_in: [] github_commit: "" --- # [[HTML Forms]] ## 🎯 ν•œ 쀄 톡찰 (One-line insight) The HTML `
` element is a container for collecting user input, holding controls like text fields, radio buttons, checkboxes, and submit buttons β€” most of which are variations of the all-purpose `` element. [S1] ## 🧠 핡심 κ°œλ… (Core concepts) - **`` as container** β€” wraps the input controls used to collect user input. [S1] - **`` is the workhorse** β€” the most-used form element; its appearance and behavior change with the `type` attribute (text, radio, checkbox, submit, button). [S1] - **`