Design comparison
SolutionDesign
Solution retrospective
Today is the first day of 2022. So, I just code a very simple challenge but to make a little bit challenging , I did not hard-coded the card elements into the HTML, instead I use vanilla Javascript and create those elements.
Community feedback
- @anoshaahmedPosted almost 3 years ago
To get rid of the accessibility/HTML issues shown in your Report:
- wrap everything in your body in
<main>
... OR use semantic tags ... OR giverole=""
to the direct children of your<body>
... Click here to read more - add
alt=""
to your<img>
tags
Read your Report for more information.
Great job! :)
1 - wrap everything in your body in
Please log in to post a comment
Log in with GitHubJoin 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