How to link my picture with html.... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to link my picture with html....

We use picture in html. BUT HOW I CAN USE MY PICTURE IN HTML?????

17th Jun 2019, 3:45 PM
Abrar Shahid
Abrar Shahid - avatar
4 Answers
+ 7
Abrar Shahid to link an image from your gallery, you have to upload it to a drive or cloud. You could also use Dropbox. Check this out https://code.sololearn.com/WW6t4B73kJVz/?ref=app Hope I helped 😊😊
17th Jun 2019, 7:03 PM
Oma
Oma - avatar
+ 3
using an <img> tag, you can set an src attribute that will be either the image file or a link to the image hosted online. Examples: <img src="myimage.jpg"/> <img src="https://myimagefoundonline.co.uk.jpeg"/>
17th Jun 2019, 3:51 PM
Jack Robert Nicholas Ahern
+ 1
I know but from my gallery
17th Jun 2019, 3:53 PM
Abrar Shahid
Abrar Shahid - avatar
+ 1
you can load it to onedrive or google drive or an other cloud service an copy the link to the image from there
17th Jun 2019, 6:11 PM
Nico Ruder
Nico Ruder - avatar