Images are not displayed on the output screen

Hello Sir/ mam
Images attached in the code are not visible on screen. please help me out from this.
Only the picture which I downloaded from the link given by instructor is visible.
Another one is not
I’m attaching some pictures of code and output

Hi @anjaliv.ic.19,

As you have mentioned the incorrect image name.

Your image name is download.png.jpg but you have used

<img src="download.png">

Either correct the file extension or change your code to

<img src="download.png.jpg">

Do let me know in case you need any other information.

Thank you. Your answer solved my problem.

1 Like