Task 7: Forms
Task description: Create a simple form with input fields.
What you must include
- One
<form>element - One text input:
<input type="text" name="..."> - One label element with text
- One button with visible text
Bonus ideas: Add an email field and validation attributes such as required or pattern.
Example topic
You could create a contact form, a survey, or a registration form.
Instructions
- Open your HTML file in your code editor.
- Write your code using form elements.
- Copy your HTML code.
- Paste it into the box below.
- Click Check My Code.
- Fix any errors and try again.
Paste your code below
Your results will appear after you click the button. Bonus checks unlock after all required checks pass.