Design comparison
SolutionDesign
Community feedback
- @shashreesamuelPosted over 2 years ago
Good job hamdi2008. Keep up the good work.
I noticed you have some accessibility issues so lets just talk about that.
-
You cannot nest an anchor tag within a button since both are interactive
-
Use semantic tags such as
<main> <header>, <footer>
etc.
Just Google html semantic tags to get a better understanding.
In terms of your html errors you cannot have an anchor tag within a button tag.
I hope this helps.
Cheers, Happy coding š
Marked as helpful0@hamdi2008Posted over 2 years ago@TheCoderGuru Thank You! I was having the same issues and it was getting worse.
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