- 8
- 0
- 约9.5千字
- 约 12页
- 2019-06-27 发布于浙江
- 举报
css笔记(Css笔记)
css笔记(Css笔记)
[CSS style sheet]
Defined format:
1, in the headstyle CSS stylesheet /style/head
2, create a new CSS file, write the CSS style sheet sequence in the file, and then in the page by Link Href=, style.css, Type=, Text/CSS, Stylesheet, REL= this command to introduce CSS
Style definition format:
1, label name {
The style property 1: value 1;
The style property 2: value 2;
}
* the label name here refers to the basic HTML element.
For example, (P, table, div, span, DL, DD, DT, IMG, etc.)
2. Class name {
The style property 1: value 1;
The style property 2: val
原创力文档

文档评论(0)