+ 1
still trying to figure out how to add images...
ok, so I made a new folder on my desktop named HTML. I took a image from google, placed that picture inside of the HTML folder and renamed it bear.jpg where do I go from here, and am ii doing it right so far???
3 Réponses
+ 4
if the (.HTML)file is the HTML folder only , then just write the pics name in IMG
<IMG src="bear.jpg"/>
else write the whole path
0
just placed the image in same directory where your HTML file is. then just add following code
<img src="imagename.jpg">
0
thanks guys