How do I insert my picture on my code with my smartphone | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I insert my picture on my code with my smartphone

31st Jan 2023, 5:36 AM
Adeyeye Israel Boluwatife
Adeyeye Israel Boluwatife - avatar
2 Answers
0
Adeyeye Israel you should learn from this How to host/upload an image https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app How to host/upload an image with Dropbox https://code.sololearn.com/WW6t4B73kJVz/?ref=app
31st Jan 2023, 5:40 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
0
<html> <head> <title>first page</title> </head> <body> <img src="https://i.postimg.cc/QdL561Zs/itachi.jpg"alt= "" /> </body> </html> For getting image link you can use post image it's which helps to get image link simply by uploading you image on that website
31st Jan 2023, 9:27 AM
Zeeshan Khan
Zeeshan Khan - avatar