Wath is thé attribute used to link an image in HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Wath is thé attribute used to link an image in HTML

Image link

13th Nov 2019, 11:35 AM
Pascal
Pascal - avatar
4 Answers
+ 4
Make use of the <img src="the link to the image goes in here"> tag
13th Nov 2019, 12:24 PM
Esu Gabriel
Esu Gabriel - avatar
+ 3
Pascal Thank you for understanding 👍 I would suggest to review the lesson, as I recall the lesson covers about images pretty well. Also read this tutorial thread for storing and using images on the cloud. https://www.sololearn.com/Discuss/1054246/?ref=app
13th Nov 2019, 12:48 PM
Ipang
+ 3
Using the src attribute For example: <img src="Image link" />
13th Nov 2019, 1:07 PM
Hayzeed
+ 3
<a href="link url"><img src="url/file path of the image"></a>
14th Nov 2019, 4:24 PM
Gayani Abeykoon
Gayani Abeykoon - avatar