Design comparison
Solution retrospective
Hey there ! Would love some feedback on this task. Especially as to whether my use of sematic html was appropriate. If there is anything wrong with my code, I'd be more than happy to take on your suggestions. Thanks so much !
Community feedback
- @elaineleungPosted 11 months ago
Hey Dilhan, excellent job here, and it makes me want to go back and clean up some of my old code for this challenge!
The semantic HTML looks pretty clean to me :) In terms of suggestions, one I could think of would probably be just to add a
header
tag even though it can be optional, but it would be nice to have since you got amain
tag with anh1
in there, and I might put thath1
underheader
instead. (By the way, what you did with theh1
was also something I did for a lot of these component challenges... I think that's a good idea too!)One other thing I saw (which was also something I did in my own solution) was putting the stats in
p
tags. If I could do that differently now, I would have the stats as anul
list instead, as that might be easier to pick out for users with a screenreader.Once again, great work!!
Marked as helpful1@dboca93Posted 11 months agoHi Elaine,
Thanks so much for taking the time to leave some feedback, I appreciate it greatly :)
All the best !
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