How to add images in html from google? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add images in html from google?

Cant add an image.

15th Oct 2017, 2:53 PM
Marshall
12 Answers
+ 13
If you want to insert an image that is in your local storage you have to write the exact file path of that specific image. Such as... <img src="file:///sdcard/Download/image.jpg"> and unless everyone has the same file, linking using file:/// means only you will see them. otherwise you may use image hosting sites, just post an image to https://postimages.org or https://imgbb.com and get an unique link for your image. then copy and paste the image URL.
15th Oct 2017, 6:18 PM
Ranjan Bagri
Ranjan Bagri - avatar
+ 6
Follow the path as I mentioned before.
16th Oct 2017, 6:41 AM
Ranjan Bagri
Ranjan Bagri - avatar
+ 5
you can download and add the image or create a hyperlink
15th Oct 2017, 2:55 PM
Samudi Virasha
Samudi Virasha - avatar
+ 5
Primarily: As @Samudi Virasha said. If your link is good, another possibility: Linking to images on other people's sites uses their bandwidth; some admins block that (others insert unexpected content) ... you might want to try a free image sharing site.
15th Oct 2017, 3:08 PM
Kirk Schafer
Kirk Schafer - avatar
+ 2
<img src="link_to_image"> You can't upload images directly to Sololearn. If you want to include your own images, upload them to a photo sharing site and add the link in the quotes in the code above.
15th Oct 2017, 4:57 PM
Nope
Nope - avatar
+ 1
Thanx Ranjan bro. This is the way i wanna know. Thanx for the help.
16th Oct 2017, 2:25 AM
Marshall
+ 1
Ranjan bro its not working
5th Jun 2020, 8:41 AM
Akshay Panwar
Akshay Panwar - avatar
0
How to add hyperlink.
15th Oct 2017, 3:30 PM
Marshall
0
Hey it still not working here. i wanna upload a pic from. my gallery in the slide. but it us jst showing a blank sheet. what to do.
16th Oct 2017, 2:36 AM
Marshall
0
which
16th Oct 2017, 7:33 AM
Marshall
0
Thanks AKR bro
5th Jun 2020, 8:58 AM
Akshay Panwar
Akshay Panwar - avatar