Skip to content

Instantly share code, notes, and snippets.

@szeidler
Created December 15, 2014 10:20
Show Gist options
  • Select an option

  • Save szeidler/29b3f3c303f2235b100e to your computer and use it in GitHub Desktop.

Select an option

Save szeidler/29b3f3c303f2235b100e to your computer and use it in GitHub Desktop.
Clean HTML5 image with caption and author
<figure class="image-captioned">
<img alt="Alternative text" src="http://master.media.ramsalt.dev/sites/master.media.ramsalt.com/files/img_7298.jpg" />
<figcaption>
<span class="image-captioned-text">This is the image caption</span>
<span class="image-captioned-byline">Matts Photoman</span>
</figcaption>
</figure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment