+ 1
How do i add a picture in a html doc. Which is present in my own storage i.e. my phone.
3 Respostas
+ 2
***** Inputting pictures from a website *****
<img src="url">
If you want to do it from your computer, there are two ways.
***** the full adress *****
<img src="c:/users/etc.">
If the html file is in the same map as the picture (e.g. html file is in "c:/users/John/Html/" and the picture is in "c:/users/John/Html/") You only have to use the name of the picture
***** Only name of picture *****
<img src="logo.png">
Hope this helps ;)
0
no I wanna know how to add image in smartphone in sololearn code playground which is in my same phones storage
0
Sololearn is a little bit difficult when it comes to importing things from your pc. It ISNT possible to import images from your phone or laptop. It IS podsible to use images from websites