Created
November 22, 2013 15:42
-
-
Save abdullahbutt/7601937 to your computer and use it in GitHub Desktop.
hot linking in html
This file contains hidden or 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
| 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