HTML CSS Reference/HTML Attributes Reference/bordercolor

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

"bordercolor" Example

   <source lang="html4strict">
   

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

Text

</BODY> </HTML>


     </source>
   
  


bordercolor is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Applied_To |<frame> <frameset> |

| | |

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

     </source>
   
  


"bordercolor" Syntax and Note

   <source lang="html4strict">

Note:

This attribute specifies the color of the element border. Its value is either a color name or a hexadecimal color value using the "#RRGGBB" method.

Syntax:

<element bordercolor="value"> . . . </element>


</source>
| | |