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

你可能感兴趣的文章
PHP7+MySQL5.7+Nginx1.9. on Ubuntu 14.0
查看>>
php7.1.6 + redis
查看>>
php7中使用php_memcache扩展
查看>>
PHP7中十个需要避免的坑
查看>>
php7和PHP5对比的新特性和性能优化
查看>>
PHP7安装pdo_mysql扩展
查看>>