Responsive Form page with Accessibility

Solution retrospective
How can I make the page more accessibility-friendly?
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Turtlewords
Looks and functions great! One thing you can do to improve accessibility is to add an "aria-describedby" attribute to the elements that error messages are referring to. For example: <input type="text" id="something" aria-describedby="something-error">
<p id="something-error">Error message</p>Marked as helpful - P@GeraASM
I see all perfect, when I was reading your html you joined both html and css, I didn't know that could to do
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord