HTML CSS Reference/HTML Attributes Reference/border — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
| |
Версия 09:21, 26 мая 2010
"border" Example
<HTML>
<head><Title>Example For border</Title></head>
<BODY>
<table width="542" border="10"><tr><td>cell</td></tr></table>
</BODY>
</HTML>
border is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<embed> <frameset> |
| |<iframe> <img> |
| |<object> <table> |
+----------------+--------------------------------------------------------------+
"border" Syntax and Note
Note:
This attribute sets the thickness in pixels of the border around an element.
Syntax:
<element border="value"> . . . </element>