Design comparison
SolutionDesign
Community feedback
- @Jeen-PreshPosted almost 2 years ago
Hello Filip, Congratulations on completing your fem challenge.
Some suggestions to help improve your code
- Best practice to make wrap your main content with a
main
element. it gives your solution a semantic markup
more info MDN main element link
- Wrap the code below with an
h1
tag, not ap
tag.
<p> Improve your front-end skills by building projects </p>
Happy coding. if you found this helpful, make sure to mark as helpful thanks.
Marked as helpful1@FilipHusidicPosted almost 2 years ago@Jeen-Presh Thanks for the feedback!
I usually use the "main" element, but I didn't think of it this time, since it was such a small app. It makes sense to use it, though!
0 - Best practice to make wrap your main content with 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