I can't add image.plz help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I can't add image.plz help

28th Jun 2020, 8:59 AM
RAKIBUL ISLAM
RAKIBUL ISLAM - avatar
5 Answers
0
Where you want to add. In html or in python on anywhere else . You can't add image here in any of programing languages. But you can add this in html By using following syntex. <img src = "url" /> Src is the path of image which can be found by long taping the image and opening it in new tab and then copying its url.
28th Jun 2020, 9:01 AM
Ayush Kumar
Ayush Kumar - avatar
+ 3
Use this inside your body tag. <img src = img.jpg alt = "img"> for eg <img src = "https://api.sololearn.com/Uploads/Avatars/1.jpg >... U can add image using img tag and src attribute https://www.sololearn.com/learn/HTML/1030/
28th Jun 2020, 9:00 AM
Nilesh
+ 3
RAKIBUL ISLAM whenever you see the image in Google drive to Hard press on the image and you will see a pop-up menu appears which contains download and various other things copy link and many more. you have to click on open image then in a new tab that particular image which you have pressed will open and then you have to copy its link and paste it inside the img tag
29th Jun 2020, 5:45 AM
Nilesh
0
How can i inter the url
29th Jun 2020, 5:42 AM
RAKIBUL ISLAM
RAKIBUL ISLAM - avatar
0
Tnx . Nilesh for helping me
29th Jun 2020, 5:47 AM
RAKIBUL ISLAM
RAKIBUL ISLAM - avatar