當(dāng)前位置:軟件學(xué)堂 > 資訊首頁(yè) > 網(wǎng)絡(luò)編程 > DIV+CSS > table邊框顏色屬性bordercolor

table邊框顏色屬性bordercolor

2012/11/20 17:27:04作者:佚名來(lái)源:網(wǎng)絡(luò)

移動(dòng)端

【實(shí)例介紹】

table邊框顏色屬性bordercolor

bordercolor用于設(shè)置單元格的邊框顏色。

【基本語(yǔ)法】

<td bordercolor="邊框顏色">

【語(yǔ)法介紹】

【實(shí)例代碼】

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>邊框?qū)傩?lt;/title>
</head>
<body><b> 五一大優(yōu)惠 </b>
<table width="100%" height="154" border="1" cellpadding="5" cellspacing="3">
  <tr>
<td width="53%" bordercolor="#0000FF">1、冰電波拉皮單次價(jià)格800元</td>
    <td width="47%"bordercolor="#990000">每人限購(gòu)1個(gè)療程</td>
  </tr>
  <tr>
<td  >2、華爾茲冰點(diǎn)脫毛小腿體驗(yàn)價(jià)格500元</td>
    <td >其他部位8折優(yōu)惠</td>
  </tr>
  <tr>
    <td bordercolor="#003300">3、美白牙</td>
<td  bordercolor="#CC0099">5折優(yōu)惠</td>
  </tr>
</table>
</body>
</html>

【代碼分析】

在代碼中,加粗部分的代碼標(biāo)記用于設(shè)置單元格的邊框顏色,在瀏覽器中預(yù)覽,可以看到單元格設(shè)置不同邊框顏色后的效果,如圖所示。

邊框顏色屬性bordercolor運(yùn)行效果

 【素材及源碼下載】

請(qǐng)點(diǎn)擊:table邊框顏色屬性bordercolor 下載本實(shí)例相關(guān)素材及源碼

 

標(biāo)簽: table  邊框顏色  屬性