how to insert an image in html webpage using img tag
Answers
Answered by
6
use the attribute src
if the image u want is from a web site
<img src="URL of the image">
or if yr image from yr computer system
then put the. image
in the same file as that of the HTML file
then..
<img src="image name.extension">
if the image u want is from a web site
<img src="URL of the image">
or if yr image from yr computer system
then put the. image
in the same file as that of the HTML file
then..
<img src="image name.extension">
nandniaggarwal:
thankyou
Similar questions