@AranxaMo
Submitted
This is my solution for this challenge, Any feedback is welcomed!
@Nnenna-udefi
@AranxaMo
Submitted
This is my solution for this challenge, Any feedback is welcomed!
@Nnenna-udefi
Posted
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>Marked as helpful
@Nnenna-udefi
Submitted
Feedbacks would be highly appreciated
@Nnenna-udefi
Posted
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
@mehmeteminavcil
Submitted
.
@Nnenna-udefi
Posted
Nice work 👍
@Nnenna-udefi
Submitted
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
@Nnenna-udefi
Posted
Thanks
@ojaraa
Submitted
@Nnenna-udefi
Posted
Nice Job! Try to wrap everything in your body tag in a main tag to avoid accessibility issues
<body> <main> </main> </body>Marked as helpful