Design comparison
Solution retrospective
I am a beginner, can you help me to improve this page? (only HTML and CSS)
Community feedback
- @jomefavouritePosted about 4 years ago
You did a great job 👌. Looks perfect enough to me
0@AntoooanePosted about 4 years ago@jomefavourite Thank you, I am a beginner, and I enjoy that you say to me it looks perfect. But this is only visual, or the code is perfect too? Thank you for your comment
0@jomefavouritePosted about 4 years agoOkay, I want through the code. I notice the structure you used which was
<main> <header> <footer> </main> <footer>
In the
main
tag you could have just useddiv
tag which will be okay since the layout is a simple one. But I like the fact you're trying semantic tag 👍 @Antoooane1@AntoooanePosted about 4 years ago@jomefavourite
header
andfooter
shouldn't be in themain
? It should be directly in the body?0@jomefavouritePosted about 4 years agoYes that what I mean, you could have used
section
ordiv
@Antoooane0
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