Social Sciences, asked by nandniaggarwal, 1 year ago

how to insert an image in html webpage using img tag

Answers

Answered by SatyamDM
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">

nandniaggarwal: thankyou
nandniaggarwal: friend
SatyamDM: Ok...
Similar questions