Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- Since I'm not a beginner, I was able to complete the project quickly and efficiently. ๐โจ
- My familiarity with the technologies and my experience allowed me to work smoothly and confidently. ๐๐ป
- There were no significant difficulties during this project. ๐
- Everything went according to plan, and I was able to implement all features without any major issues. ๐๐ ๏ธ
- While there were no special difficulties, I would love to get advice from others on how I could improve. ๐งฉ๐จโ๐ซ
- Feedback on my approach and any suggestions for better practices would be greatly appreciated. ๐๐ก
Community feedback
- @haquanqPosted 4 months ago
Hello @DalaScript ๐๐๐
Nice work, it looks perfect on the screenshot comparison!!
Here is something you can improve:
- When you use
article
, always give it a title/heading (oftenh2-h6
- each page must have oneh1
). In your case, these bold text is obviously the title/heading of thearticle
so you can useh1
instead ofp
. - You can just leave
h1
andp
without wrapping it indiv
and the layout still looks the same (avoid using unnecessarydiv
becausediv
has no semantic) .
Nice work, keep it up!! Happy coding ๐๐๐
Marked as helpful1@DalaScriptPosted 4 months agoHello @haquanq ๐
thank you for your advice๐
- The reason I used the P element was because I set it up, so I gave it font size and font weight and thought it didn't matter. But you're right, for search engines it's better to use heading elements instead of P because it's actually a heading.
- That container was for padding left and right, but i change it, and it is now section.
Thank you, I wish you Happy coding tooโจ
0 - When you use
- Account deleted
Great job, keep it up!
1
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