HTML CSS Reference/HTML Attributes Reference/bordercolorlight

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

"bordercolorlight" Example

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



bordercolorlight is applied to

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



"bordercolorlight" 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 lighter shade of the border color. 
Its value is either a color name or a hexadecimal color value using the 
"#RRGGBB" method.
    
Syntax:
    
<table bordercolorlight="value"> . . . </table>