Design comparison
Solution retrospective
I would like help with the semantics of my code or how I could optimize it.
Community feedback
- @xphstosPosted 2 months ago
Great job! You really nailed the semantics—especially with your use of sections, ordered, and unordered lists.
If I were to be picky, I’d suggest replacing the
<div>
with the classomelette_recipe
with an<article>
. It fits perfectly within the definition of article content.And if I wanted to be really picky, I’d recommend adding the
nutrition_description
inside the table as a<caption>
. It’s essentially a caption for the table, after all!That’s all I’ve got. Fantastic work—keep it up!
Marked as helpful0@matiasaltierPosted 2 months ago@xphstos Thank you very much for your review, I will definitely be applying your suggestions, I am not very familiar with the tables but I gave it a try. btw u have a nice post, I would like to be as good as u with tailwind-css
0@xphstosPosted 2 months ago@matiasaltier Tailwind is very easy to adopt. You should give it a try. Frontendmentor projects are great for that.
Marked as helpful0
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