Design comparison
Solution retrospective
- What did you find difficult while building the project?
- Which areas of your code are you unsure of?
- Do you have any questions about best practices?
Community feedback
- @0xabdulPosted over 1 year ago
Hi
ABNmmd
| dev | well congratulations on completing the NFT preview card component π€© some suggestions for improve your code and clear the Accessibility reportsIN HTML π :
HEADINGS βοΈ
- The page must contain at least one
h1
element identifying and describing the main content of the page. Anh1
heading provides an important navigation point for users of assistive technologies, allowing them to easily find the main content of the page so reason Accessibility reports occurred Ex :<h1> must </h1>
I Recommend you Know fully about one level headingπ Click here
I Hope it's useful comment for you and Happy Coding π€©
Marked as helpful1 - The page must contain at least one
- @HassiaiPosted over 1 year ago
Add <h1> within <a href="#" class="title btn"></a> to fix the accessibility issue.
Every html must have <h1> to make it accessible. Always begin the heading of the html with <h1> tag wrap the sub-heading of <h1> in <h2> tag, wrap the sub-heading of <h2> in <h3> this continues until <h6>, never skip a level of a heading.
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
Marked as helpful0
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