Skip to main content Link Search Menu Expand Document (external link)

Text alternatives

Add alt tag to images:

Don’t add images without alt tag:

 <img src="dinosaur.png" />

Do add images with a descriptive alt tag:

<img   src="dinosaur.png"
  alt="A red Tyrannosaurus Rex: A two legged dinosaur standing upright like a human, with small arms, and a large head with lots of sharp teeth." />