个人html
2024-11-14 16:07:20
1、行内样式(内联样式)
例:<body >
2、内部样式
例:<head>
<style type="text/css">
body {
background-color:#cccccc;}</style></head>
3、外部样式
例:style.css
body { background-color:#cccccc;
}index.html
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
</head> css选择器
1、标签选择符(又称为元素选择符、类型选择符)
2、id 及 class 选择符
3、属性选择符 [title] a{color:red;} (为所有的属性是title的a标签的元素变成红色)
4、包含选择符
5、伪类选择符
a:link {color: #FF0000; text-decoration: none} /* 未访问的链接 */
a:visited {color: #00FF00; text-decoration: none} /* 已访问的链接 */
a:hover {color: #FF00FF; text-decoration: underline} /* 鼠标在链接上 */
a:active {color: #0000FF; text-decoration: underline} /* 激活链接 */
6、优先级依次是:
行内样式表 > 内部样式表 > 外部样式表
7、选择符id的定义优先于class 的定义
8、通配符 *
9、浏览器优先执先 !important标注的语句。
- 上一篇:如何参加DIGIX华为全球手机主题设计大赛?
- 下一篇:货币基金的特点
猜你喜欢
-
用医保卡去医院看牙齿可以报销吗
阅读量:69 -
租房一般要问清楚哪些问题
阅读量:73 -
如何选购儿童三轮车
阅读量:6 -
烤漆门如何补漆
阅读量:94 -
黑色车漆面白斑如何处理
阅读量:41 -
怎么正确护理头发
阅读量:65 -
卫生间防水需要注意哪些
阅读量:92 -
羽绒服漏绒怎么解决
阅读量:95 -
怎样选购水管
阅读量:22 -
海苔如何选购
阅读量:14
-
阅读量:49
-
阅读量:74
-
阅读量:69
-
阅读量:74
-
阅读量:68
-
阅读量:85
-
阅读量:22
-
阅读量:34
-
阅读量:27
-
阅读量:88