
Solution retrospective
All feedback is welcome
Please log in to post a comment
Log in with GitHubCommunity feedback
- @0xabdulkhaliq
Hello there 👋. Congratulations on successfully completing the challenge! 🎉
- I have other recommendations regarding your code that I believe will be of great interest to you.
HTML 🏷️:
- You have forget to change the
h4
inside thearticle
element into aa
element.
- Because the article's links are used as crawlers to navigate to the corresponding article.
- So better we can use
a
instead ofh4
to come with a real article.
.
I hope you find this helpful 😄 Above all, the solution you submitted is great !
Happy coding!
Join 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