W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
color
屬性設(shè)置文本的顏色。
我們可以使用以下方式指定顏色。
以下代碼將標(biāo)題1設(shè)置為紅色。
h1 { color: red; }
text-align指定文本塊的對(duì)齊方式
它的可能值是:start end left right center justify。
以下代碼顯示應(yīng)用于文本塊的 text-align
屬性。
p#left { text-align: left; } p#center { text-align: center; } p#right { text-align: right; } p#justify { text-align: justify; }
text-decoration
對(duì)文本塊應(yīng)用修飾,如下劃線。
其可能的值為: none underline overline line-through blink
。
默認(rèn)值為none,不應(yīng)用修飾。
以下代碼顯示如何使用text-decoration和text-transform屬性。
p { text-decoration: line-through; text-transform: uppercase; } p.one { text-decoration: underline; } p.two { text-decoration: overline; } p.three { text-decoration: line-through; } p.four { text-decoration: underline overline line-through; }
text-transform
將變換應(yīng)用于文本塊。
其可能的值為: none capitalize uppercase lowercase
。
默認(rèn)值為none。
以下代碼顯示如何使用text-decoration和text-transform屬性。
span.lower { text-transform: lowercase; } span.upper { text-transform: uppercase; } span.capitalize { text-transform: capitalize; } span.example { background: pink; }
屬性 | 描述 | CSS |
---|---|---|
letter-spacing | 設(shè)置文本中字符之間的間距 | 1 |
tab-size | 設(shè)置制表符char大小 | 3 |
word-break | 為非CJK腳本設(shè)置換行規(guī)則 | 3 |
word-spacing | 設(shè)置文本中單詞之間的空格 | 1 |
word-wrap | 允許長(zhǎng)的內(nèi)容可以自動(dòng)換行 | 3 |
text-align-last | 最后一行如何對(duì)齊 | 3 |
text-align | 文本的水平對(duì)齊 | 1 |
text-decoration-color | 設(shè)置文本修飾的顏色 | 3 |
text-decoration-line | 設(shè)置文本修飾的線條樣式 | 3 |
text-decoration-style | 集修飾樣式 | 3 |
text-decoration | 修飾簡(jiǎn)寫(xiě)屬性 | 3 |
text-indent | 設(shè)置文本縮進(jìn)大小 | 1 |
text-justify | 設(shè)置對(duì)齊方法 | 3 |
text-overflow | 設(shè)置溢出內(nèi)容的操作 | 3 |
text-shadow | 將陰影添加到文本 | 3 |
text-transform | 設(shè)置文本的大小寫(xiě) | 1 |
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: