Please i need help in inserting image in html using phone have try what i know it didn't work so guys am open to suggestions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Please i need help in inserting image in html using phone have try what i know it didn't work so guys am open to suggestions

25th Aug 2018, 7:25 PM
Feels Code
Feels Code - avatar
2 Answers
+ 8
You cannot insert images that are in your phone but you can insert images by their web url <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTUQvDi58bmFzyRHgbYiaeYoRZ7TyNQ1c-2kOalMp8gydrdb03IGf-UxZx1NA"> </body> </html>
25th Aug 2018, 7:58 PM
blACk sh4d0w
blACk sh4d0w - avatar
+ 1
ok thanks
25th Aug 2018, 10:14 PM
Feels Code
Feels Code - avatar