Four Card Feature Section Solution by HTML/CSS

Solution retrospective
feedbacks i want them :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @buneeIsSlo
Feedback you want, feedback you get.
Great job on the solution! Everything works as it should. Here are a few things you should consider fixing:
-
Your content should be wrapped around a
<main>
tag instead of an<article>
tag. This change would make your code more semantic and improve accessibility. -
Always remember to include an
h1
in your websites. It is necessary for web crawlers to crawl your website effectively, and it will significantly improve your website's SEO.
That's pretty much all I have. I hope this helps :)
Marked as helpful -
Join 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