Html CSS角度标记<;

Html CSS角度标记<;,html,css,css-selectors,Html,Css,Css Selectors,在css中使用角度标记有什么用 即 CSS中角括号的一个用途是将用作子选择器。(搜索更多)这不是有效的CSS是子组合符,但是没有这样的东西,您在哪里看到了 .class << span body { background-color:#d0e4fe; } h1 { color:orange; text-align:center; } p { font-family:"Times New Roman"; font-size:20px; }

在css中使用角度标记有什么用


CSS中角括号的一个用途是将
用作子选择器。(搜索更多)

这不是有效的CSS
是子组合符,但是
没有
这样的东西,您在哪里看到了

.class << span
body
{
    background-color:#d0e4fe;
}
h1
{
    color:orange;
    text-align:center;
}
p
{
    font-family:"Times New Roman";
    font-size:20px;
}