+ 1
How to add a image in a HTML doc from our own pc? Please answer and encourage and please upvote😊 for me..
4 odpowiedzi
+ 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
+ 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>
0
Koder king : I am talking about the code in pc