Design comparison
SolutionDesign
Community feedback
- @mbtenkorangPosted 9 months ago
Hello 🙋♂️@Funminiyi-debug
Congratulations on completing this challenge 🎉🎊🥳👏
Tips for improvement.
- Instead of wrapping the whole content in a
<section>
tag use a<main>
tag, then use the<section>
tag for the various parts e.g. Ingredients,Nutrition,Instructions of the article.
<section>
changes to<main>
<div class="container ...">
changes to<section class="container ...">
- The
<div class="attribution">
can be changed to<footer class="attribution">
to pass the HTML validation feature
I hope these tips help. All the best and happy coding 😀🧑💻
Marked as helpful1@Funminiyi-debugPosted 9 months ago@mbtenkorang thanks for the feedback. I just made a push to implement your suggestions
0 - Instead of wrapping the whole content in a
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