gpt4 book ai didi

css - 为什么 Div 标签在 Mozilla 和 IE 中不起作用?

转载 作者:太空宇宙 更新时间:2023-11-04 05:00:54 26 4
gpt4 key购买 nike

下面给出的代码不能在 mozilla 和 Internet Explorer 中运行,但可以在 google chrome 中正常运行。我在一个wordpress站点的主页索引模板中使用了代码。

代码:

<h1>
<div style=" background: #808080;" align="center" >
Welcome to Braddocks blog. Free dating advice from a world famous Dating Coach!
</div>
</h1>

请告诉我问题是什么?

最佳答案

<div><h1> 内无效.相反,只需将必要的属性应用于 header :

<h1 style="background: #808080; text-align: center;">Welcome to...</h1>

关于css - 为什么 Div 标签在 Mozilla 和 IE 中不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11553145/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com