Latest comments
- @Pratiyush13Submitted 7 months ago@ZainabeyyPosted 5 months ago
Your sites look really good! I just want to share some accessibility practices that will help you.
- The question should be in an <h2> tag, and the answer should be in a <p> tag.
- All the FAQs should be contained within a <section> tag.
- Additionally, give buttons an accessible name.
Marked as helpful1 - @AdalbertPunguSubmitted 5 months ago@ZainabeyyPosted 5 months ago
- Instead of using buttons for rating, consider using radio input fields. All input fields should be grouped within fieldset and legend tags.
- If a person does not select any option and then clicks submit, an error message should appear.
- The submit button and input fields should be enclosed within a form tag.
0