HTML CSS Reference/HTML Attributes Reference/bordercolordark

Материал из Web эксперт
Перейти к: навигация, поиск

"bordercolordark" Example

    
<HTML>
<head><Title>Example For bordercolordark</Title></head>
<BODY>
<table width="542" 
       border="10" 
       bordercolordark="red"
       bordercolorlight="salmon">
       <tr><td>Text</td></tr>
</table>
</BODY>
</HTML>



bordercolordark is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<table>                                                       |
+----------------+--------------------------------------------------------------+



"bordercolordark" Syntax and Note

Note:
    
A three-dimensional border requires two shades of the same color to 
give the appearance of 3D.
This attribute defines the darker shade of the border color. 
Its value is either a color name or a hexadecimal color value using the 
"#RRGGBB" method.
    
Syntax:
    
<table bordercolordark="value"> . . . </table>