Design comparison
Solution retrospective
Unfortunately, I couldn't complete the JavaScript Section, it was hard. However, I tried a lot, any suggestions on how to develop my JS Skills?
Community feedback
- @MavreonPosted over 2 years ago
Hey Zain! Congratulations on completing this challenge. It's really responsive, I think you nailed most parts of the design.
Here are a few pointers to help with your HTML validation issues and accessibility issues:
In order to resolve some of your accessibility issues, you might wanna use landmarks in your HTML code, these help browsers easily navigate your code. So you might consider wrapping your divs in landmarks like
<main>
or<header>
or<footer>
you need to do this according to how your page is structured. In case you want to know more about landmarks, follow this link. You might want to add labels to your form input elements, this enables the browser to properly identify the input elements within your form and it's also beneficial to people who use screen readers.On how to go about improving your javascript skills, you get a course on that, it would help a lot. I am currently following a course on Udemy, click here. I love this instructor and I have all his courses, he's really detailed in his explanation and carries his students along well.
I hope this helps, happy coding, and keep up the good workππ
0
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