@lawal-sherif-itunuSubmitted over 1 year ago
Akorede Mohammed
@Sisolis-WayneAll comments
- @Sisolis-WaynePosted over 1 year ago
Good morning Lawal. Your work's nice. In order to clear the accessibility report, you try the following:
Give your image an alternative text. This text should be meaningful as this is what would be displayed in case the image didn't come up due to network issues or browser compatibility or so.
<img src="images/icon-cart.svg" alt="[image description goes in here]">
Landmarks include HTML5 semantic tags such as header, main, nav, aside, footer. You can read more on it. Placing both paragraphs into the footer tag will clear the second accessibility report.
You can use this site below to test your webpage to check errors and warnings https://wave.webaim.org/
0