Design comparison
SolutionDesign
Solution retrospective
how's it ?🤔
Community feedback
- @danielmrz-devPosted 11 months ago
Hello, @mohamad-hajilo!
Your project looks great!
I have a suggestion for you to improve it:
- You clearly have no problem styling a project. Yours is neat. Just try using semantic HTML on it. You can finish a whole project using only
div
, but for accessibility purposes, it's nice to use semantic tags, such asheader
,main
,footer
,h1
,p
and so on.
Screen readers need context in order to accurately read a web page out loud. To a screen reader, elements like
<div>
and<span>
mean nothing. Semantic tags like those above are easier to parse.I hope it helps!
Like I said, you already did an excelent job, but this details will improve it even further.
Marked as helpful1 - You clearly have no problem styling a project. Yours is neat. Just try using semantic HTML on it. You can finish a whole project using only
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