Practice ยท 1 of 4
Real-World: Contact Form for a Small Business
A local business needs a contact form. Build it accessibly.
Requirements:
- A <form> containing the controls.
- A labeled email input (type="email", with a <label for> wired to its id, and required).
- A labeled <select> with at least two <option>s.
- A labeled <textarea> for the message.
- A <button type="submit"> with visible text.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Forms & Input โ Practice