Design comparison
Community feedback
- @AdrianoEscarabotePosted about 1 month ago
Hi fowzia-mehedi, how’s everything? I think your project turned out great! However, I have some feedback that I think might be useful:
images must have alt text unless it is a decorative image, for any decorative image each IMG tag must have empty alt="" and add aria-hidden="true" attributes to make all the assistive technologies of the Web, as screen reader.
Learn the differences between decorative/meaningless images vs important content.
We have to make sure that all the content is contained in a reference region, designated with HTML5 reference elements.
native HTML5 reference elements:
<body> <header>This is the header</header> <nav>This is the nav</nav> <main>This is the main</main> <footer>This is the footer</footer> </body>
The rest is amazing.
I hope this is helpful. 👍
Marked as helpful1@fowzia-mehediPosted about 1 month ago@AdrianoEscarabote Thank you for your feedback ^^
1
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