一.經過CSS控制文本樣式:字體
①設置字體spa
②定義行高im
{line-height:數值}(例如:{line-height:50px;}樣式
③定義下劃線,頂劃線,刪除線img
{text-decoration:inherit|none|underline|overline|line-through|blink}
③設置字體間距
{letter-spacing:數值}(單位ex或者em)
④控制字體對齊方式
{text-align:left|right|center|justify}
二.經過CSS定義樣式表
①定義無序列表
{list-style-type:disc|circle|square|none}
②定義有序列表
{list-style-type:decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none}
三.CSS新增文本屬性
①text-shadow:h-shadow v-shadow blur color;
②text-overflow:clip|ellipsis|ellipsis-word
③word-wrap:normal|break-word
④content:normal|string|attr()|uri()|counter()