Design comparison
SolutionDesign
Community feedback
- @mbtenkorangPosted 9 months ago
Hello 🙋♂️ @Aishat02,
Congratulations on completing this challenge 🥳🎊🎉👏.
- Tip for improvement
-- Instead of putting the link text in a
<button>
inside an<a>
tag the more suitable approach is to use<div>
tags. An example code will be:
<a href="https://google.com"> <div>Google</div> </a>
It should provide that block/button feature needed to style the links without adding another element with a different semantic meaning to your HTML structure.
I hope this tip helps. All the best and happy coding 😀🧑💻🌟
0 - Tip for improvement
-- Instead of putting the link text in a
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