CSS角标记 [英] CSS Angular Tag <

查看:183
本文介绍了CSS角标记的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在css中使用angular标签的用途

What is the use of using angular tag in css

.class << span

但通常我们使用这些类型的标签

but Normally we are using these types of tag

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


推荐答案

> 是子组合器,但< << 在选择器语法中无意义。

It's not valid CSS. > is the child combinator but < and << are meaningless in selector syntax.

这篇关于CSS角标记的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆