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?
3 Answers
+ 3
you're welcome, friend. ;)
+ 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
+ 1
thanks to you Luis FeliPe Av