It's urgent please | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

It's urgent please

I have been trying to put an image but I don't know where to get the source. Can someone please elaborate more for me

3rd Aug 2019, 10:15 AM
Emmanuel Odebode
Emmanuel Odebode - avatar
2 Answers
+ 5
Which source you want to get? To add an image, you can use img tag using src attribute like this <img src = "image_url_link" alt="image_name"> To get the source from the web just do right right click on image and select copy link location, then put at the place of image_url_link.
3rd Aug 2019, 10:20 AM
A͢J
A͢J - avatar
+ 4
You must use the src attribute, write in it a relative or absolute path. If you saw a picture on the Internet and want to put it in code, then you must right-click it and copy it into the attribute in quotation marks. If you have a picture, you need to register the address in the attribute relative to the html document.
3rd Aug 2019, 10:29 AM
Anna/Аня
Anna/Аня - avatar