How to display images in HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to display images in HTML

13th Apr 2018, 10:08 AM
Don Samuel Aborah
Don Samuel Aborah - avatar
4 Answers
+ 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
13th Apr 2018, 10:19 AM
NezhnyjVampir
+ 5
<img src="file location url" alt="text to be shown when image is not loaded" >
13th Apr 2018, 10:16 AM
Abhishek Rawat
Abhishek Rawat - avatar
13th Apr 2018, 1:02 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 1
Abhishek Rawat thanks bro!!!👍👍👍😉
13th Apr 2018, 2:47 PM
Shahzod Shark
Shahzod Shark - avatar