By completing this exercise, students will be able to:
- Understand basic form elements:
<form>
,<input>
,<textarea>
,<select>
,<button>
- Set
name
,type
,placeholder
, andvalue
attributes correctly - Use form submission with the
action
andmethod
attributes - Group fields using
<fieldset>
and<legend>