Design comparison
Solution retrospective
Back to practicing building websites after a long pause to understand data structures and algorithms so I apologize if I did some things wrong such as markup or structure. There wasn't much that was difficult for this project in particular. Let me know what you think and as always, feel free to post any suggestions for improvements. Thanks!
Michael
Community feedback
- @danielmrz-devPosted 11 months ago
Hello @mikej321!
Your solution looks great!
I have a couple of suggestions for improvement:
- For semantic reasons, use
<h1>
for the main title of the card andspan
orp
for small portions of text.
The
<h1>
to<h6>
tags are used to define HTML headings.<h1>
defines the most important heading.<h6>
defines the least important heading. Only use one<h1>
per page - this should represent the main heading/subject for the whole page. Also, do not skip heading levels - start with<h1>
, then use<h2>
, and so on.I hope it helps!
Other than that, great job!
Marked as helpful0@mikej321Posted 11 months ago@danielmrz-dev
Thanks, my friend! Yeah, I forgot to wrap the smaller sections in p tags and the title could use an h1 tag. Thanks for the suggestions!
Michael
1 - For semantic reasons, use
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