Design comparison
SolutionDesign
Solution retrospective
Hi,
Any feedback and suggestions are welcome.
Thanks!
Community feedback
- @sudhanshusauravPosted about 4 years ago
you should put a tag inside li, not li inside a. li must be the child of ul.
ex. - <li> <a href"#"> Text </a></li> you can do this. <a href="#"> <h2> Text </h2></a>
but not with li.
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