css background-color屬性的使用說明

來源:互聯網
上載者:User
文法:

background-color : transparent | color

參數:
transparent :  背景色透明
color :  指定顏色。請參閱顏色單位和附錄:顏色表

說明:

設定或檢索對象的背景顏色。
對應的指令碼特性為backgroundColor。請參閱我編寫的其他書目。

樣本:

p { background-color: silver }div { background-color: rgb(223,71,177) } body { background-color: #98AB6F }pre { background-color: transparent; }

background-color -- 背景色,定義背景的顏色

取值: <color> | transparent | inherit

<color>: 顏色標記法

transparent: 透明

inherit: 繼承

初始值: transparent

繼承性: 是

適用於: 所有元素

background:背景.color:顏色.

背景色與前景色彩對應,可以定義背景的顏色.

樣本

body {background-color:green;}

定義網頁的背景使用綠色.

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.