Design comparison
SolutionDesign
Solution retrospective
Feedback Appreciated
Community feedback
- @PeshwariNaanPosted over 2 years ago
Hello Aurelius. The link to see your code takes me to some code for a time converter so I can't see what you did for this project but I can offer a little advice. I can see that there are a few accessibility errors that can be fixed easily. If you insert <html lang="en"> right after <!DOCTYPE html> at the beginning of your html doc you can get rid of one of them. Also wrap the main part of your html with a <main> tag and most of the other errors will be fixed too. You can do this with all your projects. Hope this helps.
Marked as helpful1
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