suggestions welcome
Latest solutions
Latest comments
- @Kedar37Submitted 2 months agoWhat are you most proud of, and what would you do differently next time?@drishti1920Posted 2 months ago
-
Event Targeting You're correct that adding the event listener to the entire .subtitle div (instead of just .question) would improve the user experience. It ensures users can toggle the accordion by clicking anywhere on the question's container, not just the text.
-
Improper id Usage Using the same id="answer" for all <p> elements is invalid since IDs must be unique within the document. Use classes instead.
-
Font Family Issue In the body rule:
font-family: '', sans-serif;
The font-family is empty. Include the correct font.
0 -
- @CarlosLDCSubmitted 2 months ago@drishti1920Posted 2 months ago
Ensure proper use of ARIA roles and attributes. Add descriptive alt text for images and ensure color contrast ratios meet WCAG guidelines.
0