Design comparison
Community feedback
- @R3ygoskiPosted 7 months ago
Hello @Adeczekq, congratulations on completing your first challenge here at Frontend Mentor.
I'd like to give you some tips. Regarding CSS, it's a good practice to put it in a separate file rather than within index.html. This helps with maintenance and keeps your HTML cleaner and more organized.
About HTML, I noticed that you forgot to add the
alt
attribute to your<img/>
tag. It's always important to add this attribute, even if it's empty, as it helps with the accessibility of your page.And be careful with the use of headings. I noticed that you used
<h2>
, but it's correct to start with<h1>
. There should always be at least one<h1>
on your page, and you shouldn't skip heading hierarchy.Keep up the good work! If you have any questions, please comment below, and I'll try to help.
1
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