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

你可能感兴趣的文章
POJ 2362 Square DFS
查看>>
Qt笔记——解决添加Qt Designer Form Class时“allocation of incomplete type Ui::”
查看>>
poj 2386 Lake Counting(BFS解法)
查看>>
poj 2387 最短路模板题
查看>>
POJ 2391 多源多汇拆点最大流 +flody+二分答案
查看>>
POJ 2403
查看>>