Skip to content

Instantly share code, notes, and snippets.

@aanchalsikka
Created March 21, 2018 17:10
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 aanchalsikka/be50e1c81a9dc499061d1d34d0b83c96 to your computer and use it in GitHub Desktop.
Save aanchalsikka/be50e1c81a9dc499061d1d34d0b83c96 to your computer and use it in GitHub Desktop.
<!--/* Bad practice */-->
<img src="someimage.gif" height="200" width="500">
<!--/* Good practice */-->
<img src="someimage.gif" height="200" width="500"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment