博客
关于我
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/

你可能感兴趣的文章
php怎么将对象变成数组,php怎么将对象转换成数组
查看>>
RabbitMQ - 消息堆积问题的最佳解决方案?惰性队列
查看>>
php怎样比较两数大小,jquery如何判断两个数值的大小
查看>>
PHP性能监控 - 开启xhprof(一)
查看>>
PHP性能监控 - 怎么看xhprof报告(二)
查看>>
php截取字符串代码,PHP字符串截取_php
查看>>
php截取字符串,无乱码
查看>>