CSS 07 CSS文字設定

2022-07-26 16:18:10 字數 1099 閱讀 2629

1

doctype html

>

2<

html

>

3<

head

>

4<

meta

charset

="utf-8"

>

5<

title

>

title

>67

891011

1213

1415

16<

style

type

="text/css"

>

17.text

27style

>

28head

>

29<

body

>

30<

div

class

="text"

>

31css文字設定:

32color:設定文字的顏色,如:color:red;

33font-size:設定文字的大小,如:font-size:12px;

34font-family:設定文字的字樣,如font-family:"楷體";

35font-style:設定文字是否傾斜,如font-style:'normal';設定不傾斜。font-style:'italic';設定文字傾斜;

36font-weight:設定文字的加粗,如:font-weight:bold;設定加粗。font-weight:normal;設定不加粗

37line-height:設定文字的行高,如:line-height:24px;

38text-decoration:設定文字的上中下劃線,如text-decoration:none;將文字劃線去掉

39text-indent:設定文字首行縮排,如:text-indent:24px;設定文字首行縮排24px

40text-align:設定文字水平對齊方式,如text-align:center;設定文字水平居中

41div

>

42body

>

43html

>

css 文字設定

文字修飾 text decoration underline下劃線 none沒有修飾,over line上劃線 line through中劃線 vertical align 豎直對齊方式 text align center 水平居中 vertical align 豎直對齊方式 text align ...

css設定文字

設定文字字型 font family 屬性值有多個時,中間必須用英文逗號隔開 如果字型中間有空格,必須用雙引號將字型引起來,漢字最好也引起來 如果設計者所羅列的字型在使用者的計算機上沒有安裝,則使用瀏覽器的預設字型 設定字型顏色 color 英語單詞指定的顏色,如red,yellow blue pu...

css 文字設定

常用的應用文字的css樣式 1 color 設定文字和顏色,如 color red 2 font size 設定文字的大小,如 font size 20px 3 font family 設定文字的字型,如 font family 微軟雅黑 4 font style 設定字型是否傾斜,如 font s...