Skip to content

Instantly share code, notes, and snippets.

@xguse
Created February 2, 2014 23:32
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 xguse/8776697 to your computer and use it in GitHub Desktop.
Save xguse/8776697 to your computer and use it in GitHub Desktop.
Add a figure with a caption in HTML
<figure>
<center>
<img src="PathToImg" width="300" />
<figcaption>CaptionText <a href="LinkAddress">LinkText</a></figcaption>
</center>
</figure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment