Created
November 11, 2015 14:26
-
-
Save matason/2deef16d50a8e36a83eb to your computer and use it in GitHub Desktop.
Captioned and un-captioned image markup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Captioned image --> | |
<figure class="image pull-right"><img alt="Hello" height="75" src="img/test-image.png" width="100" /> | |
<figcaption>Caption</figcaption> | |
</figure> | |
<!-- Un-captioned image --> | |
<img alt="Hello" class="pull-right" height="75" src="img/test-image.png" width="100" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment