+ 6
how can I find the link of an image
20 Answers
+ 5
Hi!
A detailed answer.
There can be 2 cases for this problem.
Case 1. Picture is available in internet and you dont kniw how to get its link.
Solution-Right click the picture and select "open in new tab"👉When the tab opens,copy the url of the tab.
Case2.Picture is in your pc in a folder.
Solution- Open the folder where the picture is stored.👉Copy the folder path👉Note it somewhere(notepad or any text editor)👉Open the folder again and right click the picture👉properties👉copy the picture name with format(.jpg,.jpeg,.png)👉Open the .txt where you saved the folder path and add "/" to the last line and paste the picture name with extention.
Eg. C:/my folder/picture/Testing.jpeg
(Testing.jpeg is the picture.)
+ 9
Here is a bunch of questions related to html image read these posts .
https://www.sololearn.com/discuss/156414/?ref=app
https://www.sololearn.com/discuss/1325165/?ref=app
https://www.sololearn.com/discuss/565851/?ref=app
https://www.sololearn.com/discuss/1371731/?ref=app
+ 6
You're welcome Beamlak Amare
+ 4
The link will be between the double quotes after the attribute src
<img src="the link u want" />
+ 4
U mean u want to determind the path to your image to use it in webpage Beamlak Amare
+ 4
If image is in a folder called animal on a partion c
<img src="mycomputer/c/animal cat.jpg">
if the image beside the html file write the name directly
<img src="cat.jpg"/>
Beamlak Amare
+ 4
I advise u to put your image beside the html file to facilate arrivece to it
Beamlak Amare
+ 4
If you are using sololearn you have to upload whith drive or dropbox, but if it is with an offline app for compiling html, get an app, zarchiver and do-
Folder/ Folder if another/img name
+ 4
☝️If you want to create a url link of an image.
🔥Solution:-Upload image on "imgbb.com"website then a link will generate.
This website is Amazing 👌.It can also html code of image and you just copy that code and paste on Html code.
☝️If you just want link of an image which already present on Internet.
🔥 Solution:-Tap on image and open that image in New Tap of chrome browser.Copy the above link and paste.
+ 3
device storage
+ 3
yes but where can I get the link of the image I want ilfor instance I wanted to choose from my internal storage Dcim and how can I know the link of it
+ 3
thank u that's what I wanted thank you very much
+ 3
You can get the link from the source that the image on it,or
+ 2
yes
+ 2
If your img in html file write the name of img directly,, if itsnt take it from proprties on pc or from detail in a phone
+ 2
<img src =" ">
Inside src is the link of your image. If it inside a folder, put the name of the folder followed by forward slash then the image.
+ 2
Yes, right click and copy the url
+ 2
what is the source of your image?
+ 2
Go to "Google Images".. And select any picture you want.. Now tap on the picture, now there would be "Share" button on the lower right corner of image, tap on that, now copy link address..
0
Inspect the img and it will appear in SRC tribute ,
Example:
src=" asset/logo.png"
Or click on image and it will open in spread tab and Copy The Link 👍