Latest solutions
Responsive Dictionary-web-app in HTML, CSS and JavaScript
#axios#animationSubmitted almost 2 years ago
Latest comments
- @LudovicLefieuxSubmitted over 3 years ago@MarkosComKPosted over 3 years ago
Maybe remove the
alt="Sedans icon"
description will be better cause decorative images won't need an alternative description, they need be ignored for screen readers.You can also add an:
aria-hidden="true"
to be sure they'll be ignored.
You need some semantic tag to encapsulate the elements on the page. An <main> tag will help you.
I hope I'm helping you!
0 - @lucianakyokoSubmitted over 3 years ago