博客
关于我
css 常用的选择器
阅读量:369 次
发布时间:2019-03-05

本文共 501 字,大约阅读时间需要 1 分钟。

CSS ??????????????????????????????????????? CSS ???????????????? DOM ???

id ???? # ?????????? HTML ??????#username ????? id="username" ????

?????????????????h3 ????? <h3> ???

????? . ??????????????????????.btn ??????? class="btn" ????

??????????? : ???????????a[href] ??????? href ??? <a> ???

???????? > ??????????????div > a ?? <div> ????????? <a>?

????????????????????????div a ??? <div> ??????????? <a> ???

??????????????? input, textarea ??????? <input> ? <textarea> ???

??????????????????????????

转载地址:http://gxcg.baihongyu.com/

你可能感兴趣的文章
【C/C++学院】(6)构造函数/析构函数/拷贝构造函数/深copy浅copy
查看>>
oracle rac 安装 PRVG-13606 ntp 同步报错解决过程
查看>>
Oracle RAC性能调整的方案
查看>>
oracle rac集群的东西之QQ聊天
查看>>
UML— 用例图
查看>>
Oracle Schema Objects——Tables——Table Compression
查看>>