0
What’s wrong with this code, the image won’t display
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p align="center"> <small> I wanna die </small> </p> <p align="center"> <big>G O L D F I S H</big> </p> <p> <img src="file:///C:/Users/Strohl%20Family/Downloads/IMG_3542%20(2).html" alt="" /> </p> </body> </html>
3 ответов
0
Why your image extension is .html?
0
I dont know how to copy a jpg image into the code
0
First, you wrote this code in sololearn application or some other html file?