line-height:容器高度
doctype html
>
<
html
lang
="en"
>
<
head
>
<
meta
charset
="utf-8"
>
<
title
>title
title
>
<
style
>
* /*
white-space: 換行方式
normal 正常換行
nowrap 不換行
*//*
text-indent 首行縮排(em)
line-height 行高 *****
letter-spacing 字距
word-spacing 詞距
*//*
text-align 文字水平對齊方式
left 預設值 向左對其
right
center *****
*//*
text-transform 文字大小寫
none 預設值 無轉換發生
uppercase 轉換成大寫
lowercase 轉換成小寫
capitalize 將英文單詞的首字母大寫
*/pdiv/*
text-decoration 下劃線 刪除線 上劃線
***** none 預設值,可以用這個屬性去掉已經有下劃線或者刪除線或者上劃線的樣式
underline 下劃線,一般用於文章的重點表明
overline 上劃線
line-through 刪除線
*/astyle
>
head
>
<
body
>
<
p>python [1] (英國發音:/ˈpaɪθən/ 美國發音:/ˈpaɪθɑːn/), 是一種物件導向的解釋型計算機程式語言,由荷蘭人guido van rossum於2023年發明,第乙個公開發行版發行於2023年。
p>
<
div>1
div>
<
a href
="#"
>55555
a>
body
>
text-align: center 水平居中
text-decoration:none 去掉劃線
text-decoration:overline 上劃線
text-decoration:underline 下劃線
text-decoration:line-through 刪除線
css 元素水平 豎直居中
一 水平居中 1.文字水平居中 給父級元素設定text align center 2.確定寬度的塊級元素居中 設定自身margin left auto margin right auto 別忘了設定自身寬度 3.不確定寬度的塊級元素的居中 1 用table幫助實現不確定寬度塊級元素居中 塊級元素 設...
css 元素水平 豎直居中
一 水平居中 1.文字水平居中 給父級元素設定text align center 2.確定寬度的塊級元素居中 設定自身margin left auto margin right auto 別忘了設定自身寬度 3.不確定寬度的塊級元素的居中 1 用table幫助實現不確定寬度塊級元素居中 塊級元素 設...
css元素的水平,豎直居中
一 水平居中 1.文字水平居中 給父級元素設定text align center 2.確定寬度的塊級元素居中 margin 0 auto margin left,margin right 0 3.不確定寬度的塊級元素的居中 1 用table幫助實現不確定寬度塊級元素居中 塊級元素 設定table元素...