How can I create a Link for my picture? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I create a Link for my picture?

Can anyone explain me how I can create a link for my own picture so that I can implement it in my HTML program?

25th Oct 2019, 7:32 AM
Sleaze
Sleaze - avatar
10 Answers
+ 10
When you are using it in sololearn playground, you need to upload your picture in any uploading platform like https://imgbb.com and then copy the link and then paste it in your code
26th Oct 2019, 2:46 PM
MCGAmedCoder gamerArtist
MCGAmedCoder gamerArtist - avatar
+ 4
Lukas Sch. You create an html document, write a declaration there and so on, add your photos through the <img> tag, name the page, for example, the second page.html. In the first, you write <a href="second page.html"> my photos </a>. You need two pages to be in the same folder on your pc. This is how multi-page sites are made.
25th Oct 2019, 8:11 AM
Anna/Аня
Anna/Аня - avatar
+ 3
Do you want a picture link, or so when you click on the link you go to a new page where was your photo?
25th Oct 2019, 7:43 AM
Anna/Аня
Anna/Аня - avatar
+ 1
Lukas Sch. Create a second html page, put a photo there. In the first page, make a link to the second. You can throw a photo in the cloud and make a link to the cloud.
25th Oct 2019, 7:57 AM
Anna/Аня
Anna/Аня - avatar
+ 1
You can create like this <a href="#"><img src="your_image_link" alt=""/></a>
25th Oct 2019, 7:58 AM
A͢J
A͢J - avatar
+ 1
Ok thanks!
25th Oct 2019, 8:14 AM
Sleaze
Sleaze - avatar
0
I don't understand how to do that with the second html page. How can I put my pictures inside there?
25th Oct 2019, 8:00 AM
Sleaze
Sleaze - avatar
0
what do you mean when say second html page?
25th Oct 2019, 5:54 PM
Lilit Yeghiazaryan
Lilit Yeghiazaryan - avatar
0
let’s say you have a paga where you have a link to the second page where is located your images, yes?
25th Oct 2019, 5:57 PM
Lilit Yeghiazaryan
Lilit Yeghiazaryan - avatar
- 1
In HTML you can import pictures through links. That's what I want to do for my own pictures. But for that my pictures have to have a link.
25th Oct 2019, 7:46 AM
Sleaze
Sleaze - avatar