Click Here to view Result after edited
Return to html tutorial by example
<html> <body> <p> Cellspacing attributes that the distance between the cell. </ P> <h4> If there are no forms cellspacing attribute settings, default, cellspacing = 1. </ H4> <table border="1" /> <tr> <td> first </ td> <td> visit </ td> </ tr> <tr> <td> second </ td> <td > trip </ td> </ tr> </ table> <h4> Cellspacing attribute value is set to 0 forms: </ h4> <table border="1" cellspacing="0" /> <tr> <td> section 1 </ td> <td> visit </ td> </ tr> <tr> <td> second </ td> <td> visit </ td> </ tr> </ table> <h4> Cellspacing attribute Set 20 of the form: </ h4> <table border="1" cellspacing="20" /> <tr> <td> first </ td> <td> visit </ td> </ tr> <tr > <td> second </ td> <td> visit </ td> </ tr> </ table> </ body> </ html>