- 2
How to add a image in html?
But which type of link should be added
3 Réponses
+ 6
First you should search this question before posting.
First upload your image on Dropbox upload win imgb google drive then copy the link of uploaded image .
https://code.sololearn.com/W0G3uPGZfc7v/?ref=app
+ 5
Here is a example with explanation:
https://code.sololearn.com/WSLZPpBIFgr7/?ref=app
0
To add an image from a local file of your device to html, you should follow this;
<img src="file: image address in local file />
Here is a demonstration for u below👇👇👇
https://code.sololearn.com/WFvAXc0liWCL/?ref=app