Responsive advice-generator app created using html,css and jsππ₯
Design comparison
Solution retrospective
Please feel free to check the site and provide me with any useful feedbackπβ¨.
Community feedback
- Account deleted
Hello... Congrats on completing this challenge. ππ₯³
Here are some tips to improve your code π―.
HTML: π§±
-
If you can see in the reports that Frontend Mentor gives you, it says that all your content must be contained by reference points. To avoid these accessibility problems, make sure that your content is within a reference region with HTML5 elements π. Example:
<html lang="en"> <head> ... </head> <body> <header> ... </header> <nav> ... </nav> <main> ... </main> <footer> ... </footer> </body> </html>
-
Your img tags must carry an alternative text, (the alt tag), except in some cases. More info here
CSS: π¨
Your reset is good, but you can improve it by using some popular resets like the following π:
Your solution is very good! π―π
Happy coding! βοΈπ
Marked as helpful1@Karrar-HusseinPosted almost 2 years ago@FLCHRIS Thank you for your feedback that was very helpfulπ₯
0 -
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