Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am working on the projects. I will learn more.
What challenges did you encounter, and how did you overcome them?Nothing now.
What specific areas of your project would you like help with?Provide your feedback, like how should I write in a standard way. what tools should i use, which will help me to learn more.
Community feedback
- @JamesWallison1Posted 6 months ago
This literally perfect! Congratulation on completing one of the FEM challenge, just wanna give some advice.
- This is a small tip when displaying code is that you should consider using landmarks instead of div, using landmarks can help you describe better what each individual part of your code is so you can consider change div into
<main></main>
,<section></section>
,<article></article>
or<footer></footer>
.
And you are ready to go! Trying hard more to become a successful developer! ;) Thanks a lot for reading this small comment
0 - This is a small tip when displaying code is that you should consider using landmarks instead of div, using landmarks can help you describe better what each individual part of your code is so you can consider change div into
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