Skip to main content

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

Back to lesson: Practice: Forms & Input โ€” Practice