+ 1
Image doesn't load on html
I want to add images to my html page, I used <img src=".PNG" alt="alt"> but it doesn't load on the page.
4 Réponses
+ 4
Please read the following and see if they help, or allow us to better help you:
https://sololearn.com/compiler-playground/Wy3lrXNwGsgJ/?ref=app
https://sololearn.com/compiler-playground/WZ8lkR6gTex6/?ref=app
https://sololearn.com/compiler-playground/W3uiji9X28C1/?ref=app
https://sololearn.com/compiler-playground/W0uW3Wks8UBk/?ref=app
https://sololearn.com/compiler-playground/Wek0V1MyIR2r/?ref=app
+ 4
UNO REVERSED While learning course understand tags with their examples.
For Reference :
https://www.sololearn.com/learn/o-HTML/1030/?ref=app
+ 1
You Used Incorrect Location Of Image You Should To Use A Correct Image. For Upload An Image - You Should To Upload Your Image Online. If You Want Do That Go To Blogger Create A Blog(Don't Publish It) And The Upload The Image And Go To HTML View Then Copy The Image Link And You Can Use It. If Don't Understood DM Me.
+ 1
Ensure that your image source path is valid and use aboslute path if image is hosted on a different server. File extension used must match the file format. Lastly, ensure that the image file has the correct permissions. Hope this helpe !