Skip to content

Instantly share code, notes, and snippets.

@ianthompson
Created October 6, 2016 08:58
Show Gist options
  • Save ianthompson/989f81a12d23133cdd687b3d3a8a6c96 to your computer and use it in GitHub Desktop.
Save ianthompson/989f81a12d23133cdd687b3d3a8a6c96 to your computer and use it in GitHub Desktop.
Basic HTML for displaying an image and alt-tag
<img src="/path/to/image/image-name.jpg" alt="A description of the image" width="150" height="150" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment