+ 2
can i add image with my smartphone with this html
8 odpowiedzi
+ 4
How could you add images using your smartphone???? Create an upload form, but it wouldn't make sense because where are you uploading the data to, as in what server?
Using a relative address with an img element won't work if you mean "directly from your phone", opposed to absolute address https://pbs.twimg.com/profile_images/734016136480755712/y0CMyetX.jpg
+ 4
Yes you Can do by Using my above Code...
+ 1
I can 't understand how to add an image using my smartphone
+ 1
yes sir you can it by
<body>
<img src="folder/IMG.jpg">
</body>
+ 1
If you are using Android phone by es file explorer
1. Create new folder name Filefolder
2. Create one new folder name Google
3. Move a photo in Google folder
4. Create new file and Save it to Filefolder
5. Use the code in text
<body>
<img src="Google/image.jpg">
</body>
0
html how I can add images
0
html yes you can
0
yes you can