Does this app display pictures | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Does this app display pictures

I just started coding with .html and I wonder why the picture I want to display doesn't get displayed (code: <img src="Test.jpg" height="256 width="256" border="10pixel" alt "">) the border gets displayed but the image not

1st Feb 2022, 9:24 AM
Jan Von Deesten
2 Answers
+ 6
Make sure your image "test.jpg" is hosted somewhere online as Sololearn can't display images stored on your pc locally.. Refer this for using Dropbox to host images: https://www.sololearn.com/discuss/1054246/?ref=app Else you can even use Free Image providers like Unsplash (eg: https://images.unsplash.com/photo-1642473193858-23652d502bb9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwyfHx8ZW58MHx8fHw%3D&auto=format&fit=crop&w=1100&q=60)
1st Feb 2022, 9:41 AM
$hardul B
$hardul B - avatar
+ 2
Awesome thx that was my mistake
1st Feb 2022, 9:44 AM
Jan Von Deesten