+ 1
How to fix my image?
In my code, HTML Tools, there's a section about putting images in HTML, why won't it load?
3 ответов
+ 9
That link was not an image link.
Use the below one it's corrrect
<img src="https://www.sololearn.com/Images/miniIcon.png" height=150px width=150px border=15px alt=""></img>
Next time consider using an imge upload site like the below one upload a image then use the direct link in your code.
https://imgbb.com/
+ 6
Incorrect File path, file name or some other mistake?
post the code so it can be checked.
https://www.sololearn.com/discuss/333866/?ref=app
+ 2
It's public on my profile now