I can't add an image in HTML I'm trying to add the address but It isn't working Can anyone help me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I can't add an image in HTML I'm trying to add the address but It isn't working Can anyone help me?

4th Oct 2016, 9:35 AM
sahag
sahag - avatar
3 Answers
+ 3
put the img in same folder with html code
5th Oct 2016, 5:55 AM
Yassin Hussein
Yassin Hussein - avatar
+ 2
<img src="img adress...">
4th Oct 2016, 1:22 PM
Sophie Taylor
Sophie Taylor - avatar
0
Never ever write <img src="c:\..."> Always use a relative path when possible.
4th Oct 2016, 10:42 PM
Franz Alt
Franz Alt - avatar