文字裝飾的屬性
格式:text-decoration: underline;
取值:
underline 下劃線
line-through 刪除線
overline 上劃線
none 什麼都沒有,常見用途:用於去掉因超連結產生的下劃線(我是超連結,我會產生下劃線)
快捷鍵:
輸入td,自動生成text-decoration: none;
輸入tdu,自動生成text-decoration: underline;
輸入tdl,自動生成text-decoration: line-through;
輸入tdo,自動生成text-decoration: overline;
文字水平對齊的屬性
格式:text-align right;
取值:
left 左
right 右
center 中
快捷鍵:
輸入ta,自動生成text-align: left;
輸入tar,自動生成text-align: right;
輸入tac,自動生成text-align: center;
文字縮排的屬性
格式:text-indent: 2em;
取值:
2em,其中em是單位,乙個em代表縮排乙個文字的寬度
快捷鍵:
輸入ti,自動生成text-indent: ;
輸入ti2e,自動生成text-indent: 2em;
HTML CSS 文字相關屬性
重點內容規定文字樣式的屬性 格式 font style italic 取值 normal 正常的 預設值 italic 傾斜的 快捷鍵 軟體 dw 輸入fs,自動生成 font style italic 輸入fsn,自動生成 font style normal 規定文字粗細的屬性 格式 font w...
文字相關的屬性
一 text decoration屬性 文字樣式 下劃線 刪除線 上刪除線 1.下劃線 underline 我是段落 2.刪除線 line through 我是段落 3.上刪除線 overline 我是段落 4.無 none 我是段落1 我是段落1 效果圖 二 text align屬性 文字水平對齊...
CSS 4 文字相關屬性
1.color文字顏色三種表示 英語單詞 但是範圍太小了,工作中用得不多 例子 color red 單詞 red紅,blue藍,green綠,yellow黃,pin rgb方式設定 比例的範圍 0 255 例子 color rgb 255,0,0 color rgb 100 0 0 都要是百分號才行...