Design comparison
Solution retrospective
The semantic is semanticing
What challenges did you encounter, and how did you overcome them?Using variables in CSS
What specific areas of your project would you like help with?Semantic Tags HTML
Community feedback
- @IzykGitPosted 4 months ago
Good work!
If you are looking to improve about semantic HTML you can start here.
There are a lot of great online sources and learning paths here on Frontend Mentor that will help you get started in these areas. For the content on your page you want to try and avoid using divs and use elements such as <main>, <section>, <article>, etc.
The reason we use semantic elements is because divs have no semantic value. Basically divs give no context about what content is contained inside of them. So when the browser looks at a div, it doesn't have any context for what its looking at and this hurts things such as SEO and accessibility.
Semantic HTML is very very important!
Keep up the good work. :)
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