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?
3 odpowiedzi
+ 3
put the img in same folder with html code
+ 2
<img src="img adress...">
0
Never ever write <img src="c:\...">
Always use a relative path when possible.