@Pratiyush13Submitted 3 months ago
Zainab Azeem
@ZainabeyyAll comments
- @ZainabeyyPosted 6 days 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 14 days ago@ZainabeyyPosted 13 days 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