Skip to content

Instantly share code, notes, and snippets.

@robnyman
Created February 21, 2012 08:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robnyman/1875156 to your computer and use it in GitHub Desktop.
Save robnyman/1875156 to your computer and use it in GitHub Desktop.
Image with noscript fallback
<figure>
<img id="elephant" src="about:blank" alt="A close up of an elephant">
<noscript>
<img src="elephant.png" alt="A close up of an elephant">
</noscript>
<figcaption>A mighty big elephant, and mighty close too!</figcaption>
</figure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment