How to add a image in a HTML doc from our own pc? Please answer and encourage and please upvote😊 for me.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to add a image in a HTML doc from our own pc? Please answer and encourage and please upvote😊 for me..

31st Dec 2019, 12:36 PM
Kishlay
Kishlay - avatar
4 Answers
+ 6
If you meant to add images from your PC to your code on Sololearn, I'm sorry that's not possible. But you can with the use of a Dropbox. Send the image there and insert the image link into your code. If the code isn't on sl, just give a directory to the image folder. https://code.sololearn.com/WW6t4B73kJVz/?ref=app
31st Dec 2019, 12:59 PM
Jella
Jella - avatar
+ 4
Put your image near your html file in one folder and insert tag <img> to your html. <body> <img src="your_named_img.jpg" alt="picture"> </body>
31st Dec 2019, 12:58 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Koder king : I am talking about the code in pc
13th Jan 2020, 10:39 AM
Kishlay
Kishlay - avatar
22nd Mar 2020, 7:35 PM
0xM4hm0ud
0xM4hm0ud - avatar