因为你把它当成了一个图像。<img src="//..." height="..." width="..."/>
此代码用于显示图像,而不是背景图像。
与文本一起使用:
<div style="background-image: url(../images/test-background.gif); height: 200px; width: 400px; border: 1px solid black;">Example of a DIV element with a background image:</div>
或无文本:
<div style="background-image: url(../images/test-background.gif); height: 200px; width: 400px; border: 1px solid black;"> </div>
来源是
enter link description here我用标题标签试过了。。。
<header style="background-image: url(.../images.png)";>
Your text here.
</header>