0
How to add a image in html from mu pc offline
please help me out
2 odpowiedzi
+ 11
Use a local path :
<img
src = "path/dog.png"
alt = "just a dog">
Replace "path" with the your picture's path.
To show your picture in the CodePlayground (and make it available to all) it is required an internet connection for choose the image and insert the remote path :
<img
src = "http://test.com/cat.png"
alt = "just a cat">
0
ok it needs a internet