Design comparison
Solution retrospective
Hi! :) I'm not sure if i did everything right, so it would be nice to get some feedback.
Community feedback
- @momorocks111Posted 12 months ago
The look is amazing. In terms of the code, in the html body tags, around the container, it's good practice to have a main tag that surrounds the main content of the page. Also, section tags to separate each important part of the page. The <main> tag specifies the main content of a document and should be unique to the document. The <section> tag represents a generic standalone section of a document, which doesn't have a more specific semantic element to represent it
Hope this helps
Marked as helpful1@LauraGlabPosted 12 months ago@momorocks111 thanks for the feedback! I will try to do next time the html code the same as you wrote :)
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