After following, you can keep track of his dynamic information in a timely manner
rowspan colspan 練習(xí)這倆個(gè)的使用
2016-11-260個(gè)贊
Courses in the relevant section:Introduction to CSS
CSS 指層疊樣式表 (Cascading Style Sheets) 樣式定義如何顯示 HTML 元素 樣式通常存儲(chǔ)在樣式表中 把樣式添加到 HTML 4.0 中,是為了解決內(nèi)容與表現(xiàn)分離的問題 外部樣式表可以極大提高工作效率 外部樣式表通常存儲(chǔ)在 CSS 文件中 多個(gè)樣式定義可層疊為一
2016-11-240個(gè)贊
Courses in the relevant section:CSS syntax
/*這是個(gè)注釋*/ p { text-align:center; /*這是另一個(gè)注釋*/ color:black; font-family:arial; }
2016-11-240個(gè)贊
Courses in the relevant section:CSS selectors
class 選擇器用于描述一組元素的樣式,class 選擇器有別于id選擇器,class可以在多個(gè)元素中使用。
2016-11-240個(gè)贊
Courses in the relevant section:CSS creation
外部樣式表 內(nèi)部樣式表 內(nèi)聯(lián)樣式
2016-11-240個(gè)贊
Courses in the relevant section:CSS background
background-color background-image background-repeat background-attachment background-position
2016-11-240個(gè)贊
Courses in the relevant section:CSS Text(text)
十六進(jìn)制值 - 如"#FF0000" 一個(gè)RGB值 - "RGB(255,0,0)"
2016-11-240個(gè)贊
Courses in the relevant section:CSS Fonts
正常 - 正常顯示文本 斜體 - 以斜體字顯示的文字 傾斜的文字 - 文字向一邊傾斜(和斜體非常類似,但不太支持)
2016-11-240個(gè)贊
Courses in the relevant section:CSS link
a:link - 正常,未訪問過的鏈接 a:visited - 用戶已訪問過的鏈接 a:hover - 當(dāng)用戶鼠標(biāo)放在鏈接上時(shí) a:active - 鏈接被點(diǎn)擊的那一刻
2016-11-240個(gè)贊
Courses in the relevant section:CSS list
無序列表 - 列表項(xiàng)標(biāo)記用特殊圖形(如小黑點(diǎn)、小方框等) 有序列表 - 列表項(xiàng)的標(biāo)記有數(shù)字或字母
2016-11-240個(gè)贊
Courses in the relevant section:CSS table
border-collapse 屬性設(shè)置表格的邊框是否被折疊成一個(gè)單一的邊框或隔開
2016-11-240個(gè)贊
Courses in the relevant section:CSS box model
CSS盒模型本質(zhì)上是一個(gè)盒子,封裝周圍的HTML元素,它包括:邊距,邊框,填充,和實(shí)際內(nèi)容
2016-11-240個(gè)贊
Courses in the relevant section:CSS border
CSS 沒有定義 3 個(gè)關(guān)鍵字的具體寬度,所以一個(gè)用戶代理可能把 thin 、medium 和 thick 分別設(shè)置為等于 5px、3px 和 2px,而另一個(gè)用戶代理則分別設(shè)置為 3px、2px 和 1px
2016-11-240個(gè)贊
Courses in the relevant section:CSS outline property
輪廓(outline)是繪制于元素周圍的一條線,位于邊框邊緣的外圍,可起到突出元素的作用。 輪廓(outline)屬性指定了樣式,顏色和外邊框的寬度。
2016-11-240個(gè)贊
Courses in the relevant section:CSS Margin (margin)
margin清除周圍的元素(外邊框)的區(qū)域。margin沒有背景顏色,是完全透明的 margin可以單獨(dú)改變?cè)氐纳?,下,左,右邊距。也可以一次改變所有的屬性。單位可以使用像素px,百分比,厘米等
2016-11-240個(gè)贊