> HTML spacing ~ Online tutorial

HTML spacing

Cellspaing
Cellspacing is allows create distance from each cell can be increased.
Example

<html>
<head>
<title>
HTML cellspacing
</title>
</head>
<body>
<table border="1" cellspacing="20">
<tr>
<td>one</td>
<td>second</td>
</tr>
<tr>
<td>Three</td>
<td>four</td>
</tr>
</table></body>
 </html>


Output

one second
Three four

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: