Latest solutions
Ip Address Tracker built using TypeScript, Reactjs and TailwindCSS
#react#typescript#tailwind-cssSubmitted 11 months agoMaking the map to center the marker and display grid lines.
Countdown Timer built using HTML, CSS and Javascript
#accessibility#animationSubmitted about 1 year agoResponsive todo-app using Reactjs, Sass for nesting
#react#sass/scss#accessibilitySubmitted over 1 year agoNewsletter Signup form with success message using ReactJs
#accessibility#react#react-routerSubmitted over 1 year ago
Latest comments
- @AranxaMoSubmitted over 2 years ago@Nnenna-udefiPosted over 2 years ago
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 helpful1 - @Nnenna-udefiSubmitted over 2 years ago@Nnenna-udefiPosted over 2 years ago
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
0 - @mehmeteminavcilSubmitted about 3 years ago
- @Nnenna-udefiSubmitted over 3 years ago
- @ojaraaSubmitted over 3 years ago@Nnenna-udefiPosted over 3 years ago
Nice Job! Try to wrap everything in your body tag in a main tag to avoid accessibility issues
<body> <main> </main> </body>Marked as helpful0