+ 1
How to link my picture with html....
We use picture in html. BUT HOW I CAN USE MY PICTURE IN HTML?????
4 ответов
+ 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 😊😊
+ 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"/>
+ 1
I know but from my gallery
+ 1
you can load it to onedrive or google drive or an other cloud service an copy the link to the image from there