Design comparison
Solution retrospective
TIPS?!
Community feedback
- @Bishalsnghd07Posted 9 months ago
Hi, @davidsonaguiar👋
Congrats for completing this challenge 🎉 and great work 👏
Yeah, I will give you some suggestions, might be helpful:
1)aside tag only be used in sidebar or in separate container which is not a part of main container. Please do change it to maintain semantic ui and code flow.
2)Heading levels should be like this 👉
h1, h2, h3, h4, h5 & h6
. Always starting with h1 tag to maintain the best practice then use h2 tag, never use directly h2 tag without using h1. h1 is the most important tag in HTML and h6 is the least important. By doing this changes, your code quality will be improved much better as before.Hope this tips will help you much better!
Happy Coding❤️
Marked as helpful0
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