+ 7
Wath is thé attribute used to link an image in HTML
Image link
4 ответов
+ 4
Make use of the <img src="the link to the image goes in here"> tag
+ 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
+ 3
Using the src attribute
For example:
<img src="Image link" />
+ 3
<a href="link url"><img src="url/file path of the image"></a>