akomiqaia / akomiqaia.github.io

personal webpage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessibility & SEO: Image elements do not have [alt] attributes

hannahgooding opened this issue · comments

Failing Elements:

  • <img src="./img/holland.jpg">
  • <img src="./img/project1.png">
  • <img src="./img/project2.png">

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute.

Added alt attribute on every <img> tag