Design comparison
Solution retrospective
Is there any way I could have made my code simpler/cleaner/easier to read?
Community feedback
- @AdrianoEscarabotePosted almost 2 years ago
Hi pewpewhamster, how are you? I really liked the result of your project, but I have some tips that I think you will enjoy:
You have used <br> , using <br> is not only bad practice, it is problematic for people who navigate with the aid of screen reading technology. Screen readers may announce the presence of the element. This can be a confusing and frustrating experience for the person using the screen reader. You can read more in MDN.
To improve the accessibility of the project you could have put an h1. Every page must contain a level 1 header, for people who use screen readers, identity what the main title is and follow the sequence h1-h5
<h1>Improve your front-end skills by building projects </h1>
The rest is great!
I hope it helps... 👍
Marked as helpful0@gian-nochePosted almost 2 years ago@AdrianoEscarabote Thank you so much for your feedback! That was very helpful!
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