+ 3
How to display images in HTML
4 odpowiedzi
+ 13
Use the <img> tag.
But SoloLearn Playground does not allow to add images from your local storage, so you have to upload them to image hosting and then use that link.
https://www.sololearn.com/discuss/389765/?ref=app
https://www.sololearn.com/discuss/1054246/?ref=app
+ 5
<img src="file location url" alt="text to be shown when image is not loaded" >
+ 1
Abhishek Rawat thanks bro!!!👍👍👍😉