Design comparison
SolutionDesign
Community feedback
- @gilotinPosted 27 days ago
Hello I'm going to give you some points how to improve your code and documentation.
- Documentation is important, but your documentation is messed up and Markdown doesn't work.
- In your HTML you are using list of elements with buttons. Buttons are used for submitting , triggering JavaScript etc. not for navigation. You can use here nav tag with list of anchors to navigate property and the semantics will be better.
- You should use class names and ID(when needed) to stylized your HTML , this is considered as best practice.
1@iamtushar11Posted 26 days agoHello @gilotin,
Thank you for taking the time to provide such detailed feedback! I truly appreciate your insights regarding code structure and documentation. Your points on using buttons, navigation semantics, and styling practices are very helpful, and I'll keep them in mind in future projects. Improving documentation clarity and maintaining best practices is important to me, and your suggestions have highlighted some key areas for enhancement.
Thanks again for your support and guidance!
Best regards, Tushar
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