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

你可能感兴趣的文章
Python 学习笔记(一)Data type
查看>>
python 安装 easy_install 和 pip 流程
查看>>
python 安装echarts
查看>>
python 安装opencv及问题解决
查看>>
Python 安装程序:“写入文件 C:\Python27\pythonw.exe 时出错“
查看>>
Python 安装避坑指南:从入门到进阶
查看>>
Python 安装配置详解
查看>>
python 实现儿童算术游戏
查看>>