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