Now I am going to explain how copyright is related with HTML.
If you write the following code in html:
Code:
<a href="http://farm4.static.flickr.com/3475/3362464113_c8a721e308.jpg">Copyrighted photo</a>
Preview
Copyrighted photo
The above code is not infringement of copyright of the owner.
Just make a little modification to the above html code. Replace a by img, replace href, also remove the text in between the html tags. For XHTML validation, you can remove the img inside the closing tag and replace the code &rt;< by a blank space or white space. (You can even just delete it). Now the code becomes:
Code:
<img src="http://farm4.static.flickr.com/3475/3362464113_c8a721e308.jpg"/>
Preview
Please excuse me; I can't show you the preview here, it may infringement of copyright of the owner. However you can try it yourself :P
Well, now using the above code can be a infringement of copyright of the owner.
0 comments:
Post a Comment