当我把我的html文件放到网上时,它不能识别我的png文件

时间:2017-08-31 19:01:11

标签: html

https://apollo11mission.000webhostapp.com/new%202.html

不知何故,我的美国国家航空航天局的图片在离线打开时显示出来。 有人能帮助我吗?我知道这可能与将图像放在标题列之间有关。这是我第一天使用html,所以请善待。



spider




1 个答案:

答案 0 :(得分:0)

您的问题区分大小写。

Nasa这个词的N需要大写。我使用开发人员工具在您的链接上尝试了它,它按预期工作。

您的代码:

$input = 'string [with] brackets';

echo preg_replace('/\[|\]/', '', $input);

正确的代码:

<h1> <img src="nasa.png" width=110px height=92px> Apollo 11 mission </h1>