Responsive 3-Column Preview Card Component using HTML5 & CSS3

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Bayoumi-dev
Hey! It looks good!...
My suggestions:
- It's ok to use the
input
outside of a form but It has no semantic meaning, I suggest you use the '<button>' or the anchor link '<a>'...
Buttons
are used for actions like opening or closing something or sending a form.Links
are used for navigation and actions.- Using more than one
<h1>
is allowed by the HTML specification, but is not considered a best practice. Using only one<h1>
is beneficial for screenreader users.
---> Multiple
<h1>
elements on one pageHope this is helpful to you... Keep coding👍
- It's ok to use the
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