Cellspaing
Cellspacing is allows create distance from each cell can be increased.
Example
Output
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 |
0 comments:
Post a Comment