+ 2
could sb help me why this solution make this code work?
i was reading some comments, someone had asked this code doesnt work: <img src="E:\photo.jpg" /> and some people replied a backward slash before E will make it work, <img src="/E:\photo.jpg" /> i wonder why? Could sb help?
2 Respostas
+ 1
Windows uses the backslash ( \ ) for the file system delimiter. For everything else the forward slash is used ( / )
+ 1
Just paste you image location path and write your file name it will work.

![Coder-Rohit[{(∞)}] - avatar](https://blob.sololearn.com/avatars/e115d052-c8e0-441f-b849-44d6d5036e69.jpg)




