Key Ideas
1name. Identifies the field's data when the form submits.
2required. Blocks submission until the field is filled.
3placeholder. Grey hint text, not a real value.
4<label> links to an input via "for", improving accessibility.
5<button type="submit"> triggers form submission.