Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save thelebster/b31a56909c6ad3c8f0b0b68bc01ff827 to your computer and use it in GitHub Desktop.

Select an option

Save thelebster/b31a56909c6ad3c8f0b0b68bc01ff827 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