@AranxaMoSubmitted over 2 years ago
This is my solution for this challenge, Any feedback is welcomed!
This is my solution for this challenge, Any feedback is welcomed!
This challenge is quite tasking but you did it! Nice work!! But, try to wrap your <a> tags with the <li> tags to reduce the accessibility issues. Like this;
<ul> <li> <a></a> </li> </ul>Feedbacks would be highly appreciated
Is there anyway I can structure this page with landmarks like the body, main and footer tag while using React app in order to avoid accessibility issues
.
Feedbacks, would be highly appreciated. Please, how can I prevent this accessibility issue of placing a discernible text in the <a> tag especially when it is an icon or image link
Nice Job! Try to wrap everything in your body tag in a main tag to avoid accessibility issues
<body> <main> </main> </body>