19akasht/3-column-preview-card-component-main
Design comparison
Solution retrospective
Please help me, if there is any changes needed.... Thank You.
Community feedback
- @omerome83Posted over 2 years ago
Great job on the challenge.
I would suggest instead of using so many <div> tags in your code, is to use Semantic HTML tags. Using tags like <main> and <section> can break up the code into parts which makes it easier to understand as the <div> tag alone doesn't do much.
Additional information: https://www.w3schools.com/html/html5_semantic_elements.asp
Also, it's considered better practice to separate your .css into an external file instead of it being embedded in your HTML. That way if you have multiple pages, you only need to make code changes once.
Additional information: https://www.w3schools.com/html/html_css.asp
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