HTML/CSS/Basic Attributes/border — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 08:16, 26 мая 2010
"border" sets the thickness in pixels of the border around an element
<HTML>
<head>
<Title>Example For border</Title>
</head>
<BODY>
<table width="500" border="10">
<tr>
<td>www.wbex.ru in a cell</td>
</tr>
</table>
</BODY>
</HTML>