HTML: Image won't display?

后端 未结 7 1811
遥遥无期
遥遥无期 2020-12-11 16:58

I\'m kind of new to HTML. I\'m trying to display an image on my website but for some reason, it just shows a blue box with a question mark in it. I\'ve looked everywhere on

相关标签:
7条回答
  • 2020-12-11 17:55

    If you put <img src="iwojimaflag.jpg"/> in html code then place iwojimaflag.jpg and html file in same folder.

    If you put <img src="images/iwojimaflag.jpg"/> then you must create "images" folder and put image iwojimaflag.jpg in that folder.

    0 讨论(0)
提交回复
热议问题