Four Card Feature Section challenge solution using HTML & CSS.
Design comparison
Solution retrospective
Hey there! Iโm Vikash, and this is my solution for this challenge. ๐โ
Any suggestions on how I can improve this project are welcome!
Thank You!
Community feedback
- @HunigoleSanPosted 9 months ago
๐ Hello! @itzvikashgupta
Great job buddy, you've successfully completed the project!๐ It's nearly perfect; there's just a little room for improvement in the CSS, but we can add a touch to the HTML architecture.
I recommend using semantic tags, they're essential for both SEO and accessibility. Providing good tags is crucial. For instance, consider using the "article" tag for each "card". Besides being semantic, it's accessible as it internally includes the "role=article" attribute. This is important for the accessibility of people with different abilities who use Google assistants or other programs to understand the webpage.
I suggest delving deeper into "Semantic HTML" and "HTML accessibility attributes" to grasp these concepts better and apply them to your project. I hope this recommendation helps enhance the structure of your project! ๐
0@ilham-boukPosted 9 months ago@HunigoleSan Thanks you for your recommendation, I'll try to improve my project based on your advice.
0
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