0

please help "HTML"!

I need to display an image that is in my storage and i done a program to display an image. But when I run the program the image doesn't display. What is the error in this program? Can anyone help me to correct the program please? <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <img src="images/image.jpg"> </body> </html>

2nd Jun 2024, 9:19 AM
Leo
1 Réponse
+ 2
is the image in an image folder named "images"? Is the folder a child folder of the folder where your html is? Is the image actually called "image.jpg"? Where are you running the code? Locally in your browser? Sololearn playground doesn't have access to your phone's storage.
2nd Jun 2024, 10:08 AM
Lisa
Lisa - avatar