Skip to content

Instantly share code, notes, and snippets.

@chrisdpeters
Created June 10, 2014 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisdpeters/9c951ecb90cb0deb9e53 to your computer and use it in GitHub Desktop.
Save chrisdpeters/9c951ecb90cb0deb9e53 to your computer and use it in GitHub Desktop.
Everything you’d ever want to know about the alt attribute - http://blog.liveeditorcms.com/everything-youd-ever-want-to-know-about-the-alt-attribute/
<a href="/"><img src="logo.gif" alt="Return to home page" /></a>
<img src="bull.jpg" alt="Photo of a bull in the water" />
<img src="canoe.jpg" alt="canoeing" />
<a title="Return to home page" href="/"><img src="logo.gif" alt="XYZ Corporation" /></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment