HTML CSS Reference/HTML Attributes Reference/bordercolorlight

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

"bordercolorlight" Example

   <source lang="html4strict">
   

<HTML> <head><Title>Example For bordercolorlight</Title></head> <BODY>

Text

</BODY> </HTML>


     </source>
   
  


bordercolorlight is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+

| Applied_To | | +----------------+--------------------------------------------------------------+ </source>

"bordercolorlight" Syntax and Note

   <source lang="html4strict">

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:

. . .


</source>