Design comparison
Community feedback
- @R3ygoskiPosted 6 months ago
Hello Agnese, your project looks really good and closely resembles the proposed design. Congratulations!
I'd like to offer some tips regarding semantic HTML. I noticed that your solution is lacking in semantics, and having a semantic HTML structure is crucial for the accessibility of a page. Here's a tag that could be changed:
<div class="profile-card">
, could be replaced with<main>
, as it contains the main content of the page.
If you'd like to learn more about semantic HTML, I'll leave a link here: W3School - Semantic HTML.
Once again, congratulations on the project, it's very well done. Keep up the good work! If you have any questions, please feel free to comment below, and I'll help as soon as possible.
Marked as helpful0@aggie-lPosted 6 months ago@R3ygoski thank you so much for your feedback and link! You are absolutely right, I need to learn more about semantic HTML and put it into practice too.
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