How i can use this image url in HTML: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
2nd Mar 2019, 1:54 PM
josedavidpc310
josedavidpc310 - avatar
5 Answers
+ 23
use <img src> u can give your desired height and width too <img src="https://yt3.ggpht.com/a-/ACSszfFRrl7QTKxHEftveGq8v-VUalCi2raop6E0uQ=s900-mo-c-c0xffffffff-rj-k-no" width=300px height=300px/> Edit: Have look on this lesson too: // Thanks Satnam Singh for sharing the link. https://www.sololearn.com/learn/HTML/1030/?ref=app
2nd Mar 2019, 1:57 PM
Aakaanksha 💕 [TheBraveCoders]
Aakaanksha 💕 [TheBraveCoders] - avatar
+ 3
<IMG src="attach the image link"/>
2nd Mar 2019, 2:48 PM
Name
+ 1
Use <img src="url"> you can include width and height too as well as border.
6th Mar 2019, 9:25 AM
Olaniyan Adedayo sadiq
Olaniyan Adedayo sadiq - avatar
0
<img src="image.jpg width=50 height=40>
2nd Mar 2019, 5:21 PM
Arojo Moyinoluwa
Arojo Moyinoluwa - avatar