How to put image as a link for webpage ? Which tag is used. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to put image as a link for webpage ? Which tag is used.

Help if you know this

3rd Oct 2022, 5:51 PM
ASWANTH P
ASWANTH P - avatar
13 Answers
+ 6
Put the <img> tag between the <a> tag <a href="https://www.sololearn.com/">     <img src="tree.jpg" >  </a>
3rd Oct 2022, 9:53 PM
Chris Coder
Chris Coder - avatar
+ 2
Yes Yaroslav Vernigora linked 4 examples on how to use your mobile images in this app.
4th Oct 2022, 1:54 PM
Chris Coder
Chris Coder - avatar
+ 1
Our mobile gallery images possible ?
4th Oct 2022, 11:57 AM
ASWANTH P
ASWANTH P - avatar
+ 1
the essence of all methods is as follows: you take a picture, photo, video, audio... Any file wherever it is. upload to the cloud storage of data on the Internet. then copy the direct external link to this file from there and paste it into your web page
4th Oct 2022, 2:14 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Hi! where is your picture? on your computer or remotely on the Internet? and where is your webpage?
3rd Oct 2022, 6:00 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Is the image is possible in solo learn app
4th Oct 2022, 11:20 AM
ASWANTH P
ASWANTH P - avatar
0
Ohh thanks bro
4th Oct 2022, 11:57 AM
ASWANTH P
ASWANTH P - avatar
0
Put <img hrer=image.jpg>
4th Oct 2022, 10:36 PM
Lionel Staricoff
Lionel Staricoff - avatar
0
Anchor tag following by image where you basically put a text
5th Oct 2022, 1:06 PM
Tattwadarshee Dash
Tattwadarshee Dash - avatar
0
Copy the image path and paste in <img scr="path">
5th Oct 2022, 2:25 PM
Jeremiah Archibong
0
<docktye html> <html> <head></head> <body> <p> <img src=https://Google.com/i/img.png> </p> </body> </html>
5th Oct 2022, 5:25 PM
Manoj Kumar
Manoj Kumar - avatar
0
Our mobile gallery images possible? Ans:Yes <img src="/img/image.png">
5th Oct 2022, 5:33 PM
Manoj Kumar
Manoj Kumar - avatar