Design comparison
Solution retrospective
Hello, I am Deepali and this is my solution to the "Stats Preview Card Component" challenge.
Any suggestions for improvement would also be beneficial.
Community feedback
- Account deleted
Hi there!, congrats on completing this challenge 🎉🎉🎊
Here are some tips to improve your code:
-
HTML: 🧱
-
Header elements implement six levels
h1-h6
, with<h1></h1>
being the most important and<h6></h6>
being the least important. Avoid omitting header levels, you should start with the header<h1>
and successively with<h2>...<h6>
. But when using sections, you must use an<h1>
for each section. More info here. -
It is not correct to add a
p
tag as a child to aspan
tag it's correct will be:<p> 314 <span> TEMPLATES </span> </p>
-
Your solution is very good! 💯🚀
Happy coding! ✌️🙃
Marked as helpful0 -
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