HTML CSS Reference/HTML Attributes Reference/border

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

"border" Example

   <source lang="html4strict">
   

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

cell

</BODY> </HTML>


     </source>
   
  


border is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Applied_To |<embed> <frameset> | | |<iframe> <img> |

| |<object> | +----------------+--------------------------------------------------------------+ </source>

"border" Syntax and Note

   <source lang="html4strict">

Note:

This attribute sets the thickness in pixels of the border around an element.

Syntax:

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


</source>