About "src", i don't understand it at all. How do i put the image source?

mon

New member
It is a url, right?
But from were exactly, what url i put there, i don't have any index with an image url list.

I have a test on Saturday, so what do i put in there were they ask me to put an image?
 
it doesn't have to be a url
if the image is in a folder it could be
<img src="images/picture.jpg" />
for example
where images is the folder and picture is the image you want displayed
 
src is an attribute which occurs within the IMG HTML tag (that allows you to bring in images files such as *.jpg , *.gif, *.bmp , *.tif etc. to your webpage.

(<IMG src="C:\picture.jpg" ... >
 
Back
Top