Skip to content

Instantly share code, notes, and snippets.

@abdullahbutt
Created November 22, 2013 15:42
Show Gist options
  • Select an option

  • Save abdullahbutt/7601937 to your computer and use it in GitHub Desktop.

Select an option

Save abdullahbutt/7601937 to your computer and use it in GitHub Desktop.
hot linking in html
hot linking means that we give link of an image from another website which is a bad practice as owner of that saite has to pay for the bandwidth ur site linked image is showing.
e.g
<img src="https://www.google.com/images/logos/google_logo_41.png">Google Logo</img>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment