still trying to figure out how to add images... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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???

25th Jul 2017, 1:38 AM
Ya Boy RonP
Ya Boy RonP - avatar
3 Answers
+ 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
25th Jul 2017, 1:46 AM
Utkαrsh
Utkαrsh - avatar
0
just placed the image in same directory where your HTML file is. then just add following code <img src="imagename.jpg">
25th Jul 2017, 1:55 AM
Jonty Bamrah
0
thanks guys
25th Jul 2017, 4:23 AM
Ya Boy RonP
Ya Boy RonP - avatar