The section#contact groups one theme. Its h2 names it, the mailto link offers direct contact, the label is connected through for and id, and the input declares its type, name, required state and autocomplete. The button explicitly submits the form.
Common mistake!
<section id="contact"><p>Write to us</p><a href="mailto:">Email</a><form><input type="email"><button>Send</button></form></section>
The h2 and label are missing, mailto has no address, the input lacks id, name, required and autocomplete, and the button does not declare the submit type.
STEP 2 · APPLY
Your exercise
Complete the example. Integrate a heading, contact details and an accessible form.
STEP 3 · BUILD
Write and see the result
index.htmlHTML
Safe resultisolated
The draft stays only in this browser.HTML and CSS allowed · scripts and network blocked
STEP 4 · CHECK
What needs to pass
0%not checked
○The contact section has a visible h2.
○The email address uses a mailto link with a value.
○The form has a fully configured email field.
○Form fields are labelled.
○The button declares type="submit".
Explain the solution logic+
Add the h2 and mailto link with an address, then create matching label for and input id values. Complete type="email", name, required and autocomplete="email", and set the button to type="submit".
ANALYSIS REQUEST
Tell me briefly what you want to improve.
The initial discussion is without obligation. You receive an honest recommendation, suitable stages and the factors that affect price.
scheduleabout 2 minutestask_altno obligation
mark_email_readAfter sending, you receive an email confirmation and we continue through your chosen channel.
YOUR CONTROL
Cookie preferences
Necessary cookiesSave your preference and protect the form.
Anonymous analyticsHelps us understand which pages are useful, only after consent.