---恢復內容開始---css
<body>
<header>頭部</header>
<main>中間內容</main>
<footer>底部信息</footer>
</body>字體
*:表示通配符應用所有屬性spa
font-size:字體大小ci
font-family:文字字體it
font-style:字體樣式樣式
font-weight:字體加粗margin
line-height:字體行高top
text-indent:首行縮進移動
en:一個em表示一個字符di
text-align:文本對齊方式
letter-spacing:文字間距
white-space:強制屬性
clear:清處浮動
top:上
right:右
bottom:下
left:左
background:背景顏色
padding:內邊距
margin:外邊距
1. 塊級標籤:默認寬度100%,能夠上下移動,而且支持css全部屬性
2.行內標籤:能夠左右調整(margin:)(padding:),不識別寬高,寬高靠內容撐起來,
3.行內轉塊級:display:block 或(display:inline block)
塊級轉行內:display:inline
---恢復內容結束---