Design comparison
Solution retrospective
Is my code following best practices? Could you give me tips
Community feedback
- @irenanrodriguesPosted about 1 year ago
Oi @anacarolinaks, tudo bem? Parabéns por conseguir reproduzir o desafio.
Recomendo você pegar o costumar de desenvolver utilizando HTML semântico. como
<main>
,<h1>
efooter
. assim você melhorar a acessibilidade e a organização da sua página.Marked as helpful0 - @erenymoPosted about 1 year ago
Hi 👋
Congrats to finish your first challenge on Frontend Mentor!
At the beginning of your roadmap, do not care how to write clean code while you just learning the fundamentals of the language.Give your attention to understanding the concepts. You should take care when you have confidence and hands-on experiences.
- Do not forget to fill the alt attribute of img tag. For example :
<img src="./images/image-qr-code.png" alt="QR Code image">
This will increase the accesibility and SEO of your website.
Therefore, your code is also looks nice👏. Have fun and keep coding 🚀
Marked as helpful0 - Do not forget to fill the alt attribute of img tag. For example :
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