Here is the HTML code used to insert the image on the web page:
<img src = "http://www.anybodycanmaster-computer-network.blogspot.com/rainbow.gif">
By using above tag we will see the image called "rainbow.gif" in our web page.
If the image is stored in the same folder as the HTML page, we can leave out the domain reference http://www.anybodycanmaster-computer-network.blogspot.com/
and simply insert the image with this code:
<img src="rainbow.gif">


Post a Comment
Your feedback is always valuable for us :