html 中設(shè)置網(wǎng)頁背景有6種方法:① 背景色;② 背景圖像;③ 背景重復(fù);④ 背景位置;⑤ 背景大小;⑥ 背景附件。
HTML 中設(shè)置網(wǎng)頁背景
HTML 中可以通過以下方法設(shè)置網(wǎng)頁背景:
1. 背景色(background-color)
使用 background-color
屬性設(shè)置均勻背景色。
語法:
<code class="html"></code>
登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制
2. 背景圖像(background-image)
使用 background-image
屬性設(shè)置背景圖像。
語法:
<code class="html"></code>
登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制
3. 背景重復(fù)(background-repeat)
使用 background-repeat
屬性控制背景圖像的重復(fù)方式。
語法:
<code class="html"></code>
登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制
4. 背景位置(background-position)
使用 background-position
屬性控制背景圖像的位置。
語法:
<code class="html"></code>
登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制
5. 背景大小(background-size)
使用 background-size
屬性控制背景圖像的大小。
語法:
<code class="html"></code>
登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制
6. 背景附件(background-attachment)
使用 background-attachment
屬性控制背景圖像是否隨頁面滾動而滾動。
語法:
<code class="html"></code>
登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制登錄后復(fù)制