Hey! Guys I wanna know how I insert image in html ? Using in mobile , without laptop.. What src of image in mobile??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

Hey! Guys I wanna know how I insert image in html ? Using in mobile , without laptop.. What src of image in mobile???

13th May 2020, 4:07 AM
Nikhat Shah
Nikhat Shah - avatar
2 Answers
+ 15
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title></title> </head> <body> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcT-T0PEEQOowZ1MkIp-OFm6xSTjVC4yJv-dPLq4dagqlavy7Y-i&usqp=CAU" /> </body> </html>
3rd Jun 2020, 2:09 AM
Code Black Web(Gamer)
Code Black Web(Gamer) - avatar
+ 6
• Use Dropbox. - Upload image that you want to add in html and get its link address. Or • Use your google drive. - Upload image and get the link and paste it in your code. https://www.sololearn.com/discuss/1054246/?ref=app
13th May 2020, 4:45 AM
Kulanga Kaushani
Kulanga Kaushani - avatar