Design comparison
SolutionDesign
Solution retrospective
That was Awesome!
Community feedback
- @iprinceroyyPosted over 2 years ago
Great @saffari-dev, I would suggest some points here:-
- If you are using the heading tag, then you should go from h1 to h6 successively. You can't skip one & jump to another. So here you should use h1 instead of h2.
- There should be one main landmark where goes the content like this ➡️ <body><main>your content</main></body> to avoid accessibility issues.
- Don't use div for separating text like you did for "credit" & "name" class rather merge these two in one paragraph tag & use the span tag for "name" inside the para tag.
- "alt" attribute is missing in the img tag, so fix it.
Hope this adds to your learning, Happy coding :)
Marked as helpful0@QmirdevPosted over 2 years ago@iprinceroyy , Thank you for your advices ❤️. I will fix them.
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