Image Add | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Image Add

I want to add an image into my HTML, CSS Code. How Can i Add an image from google and use it in SOLOLEARN app?

29th Aug 2018, 10:27 AM
RaaZ
RaaZ - avatar
3 Answers
+ 3
you're welcome, friend. ;)
29th Aug 2018, 12:30 PM
Luis Felipe Arroyave Valencia
Luis Felipe Arroyave Valencia - avatar
+ 2
it's simple you just have to find the image you want to use, then copy the image's address and in HTML use the img tag. with the property "src" you can specify the image you want to use; Paste the address of the image in src. eg: <img src = "https://i.ytimg.com/vi/-YOx-2BhNhs/maxresdefault.jpg" / >> and ready!! ;D
29th Aug 2018, 10:51 AM
Luis Felipe Arroyave Valencia
Luis Felipe Arroyave Valencia - avatar
+ 1
thanks to you Luis FeliPe Av
29th Aug 2018, 12:28 PM
RaaZ
RaaZ - avatar