Responsive 3 Cards Component usign flexbox
Design comparison
Solution retrospective
I am curious that the tags used by me to make this project are correct or not? Any help is higly appreciated.
Community feedback
- Account deleted
hi
Congratulations on completing the challenge.
Pages must have a level 1 heading <h1> and you must not skip level headings meaning you cannot go from an <h2> to a <h4> and a page can have multiple <h1> headings. Use section for .component and change your <h2>'s to <h1>.
Instead of <button> you should have used anchor tag <a> and styled it to look like a button. <button> is intended for actions carried out on the page whereas in this case the learn more button would take you to another page and is therefore a link.
Happy coding.
Marked as helpful1
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