- 1
How to put image as a link for webpage ? Which tag is used.
Help if you know this
13 Answers
+ 6
Put the <img> tag between the <a> tag
<a href="https://www.sololearn.com/"> Â Â Â <img src="tree.jpg" >Â </a>
+ 3
Yes!
Images đ
https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Images_in_HTML
audio:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio
video:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
How To Upload your phone images on SoloLearn using phone
https://code.sololearn.com/WT3661NHpV3B/?ref=app
Upload content with Dropbox [Tutorial]
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
How to host/upload an image (IMGBB way)
/by Farhanaz/
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
Upload content with Google drive
https://code.sololearn.com/Wa25A17a19a1/?ref=app
+ 2
Yes Yaroslav Vernigora linked 4 examples on how to use your mobile images in this app.
+ 1
Our mobile gallery images possible ?
+ 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
0
Hi! where is your picture? on your computer or remotely on the Internet? and where is your webpage?
0
Is the image is possible in solo learn app
0
Ohh thanks bro
0
Put <img hrer=image.jpg>
0
Anchor tag following by image where you basically put a text
0
Copy the image path and paste in <img scr="path">
0
<docktye html>
<html>
<head></head>
<body>
<p>
<img src=https://Google.com/i/img.png>
</p>
</body>
</html>
0
Our mobile gallery images possible?
Ans:Yes
<img src="/img/image.png">