gpt4 book ai didi

html - 使用此规则 "element element"不应用 css。这段代码有什么问题?

转载 作者:太空宇宙 更新时间:2023-11-04 14:29:29 25 4
gpt4 key购买 nike

CSS 规则表示 元素元素 根据此链接http://www.w3schools.com/cssref/css_selectors.asp不适用于以下代码。这有什么问题?

 <!DOCTYPE html>
<html>
<head>
<style>
p div{
text-align: center;
color: red;
}
</style>
</head>
<body>

<h1 class="">This heading will not be affected</h1>
<p><div class="center">This paragraph will be red and center-aligned.</div></p>

</body>
</html>

最佳答案

这不是规则本身,而是 HTML,它是无效的。你不能包装 <div><p> 里面.把 <p><div>里面并将规则交换为 div p {它将起作用。

关于html - 使用此规则 "element element"不应用 css。这段代码有什么问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40650517/

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