How do I use an image from my files? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do I use an image from my files?

I’m trying to make an HTML code for my friend, but I can’t figure out how to use an image from my files

25th Nov 2020, 7:00 PM
CandyMeteor
CandyMeteor - avatar
1 Answer
+ 1
You could download some other IDE for using HTML, like WebMaster, Notepad etc. If you use that you can just specify the path to the image, or, put it in the same file as the code and just type in the exact name of that picture if you need help with the code, you just use <img src="(path or the name)">
25th Nov 2020, 10:45 PM
Nemanja Boskovic
Nemanja Boskovic - avatar