Click Here to view Result after edited
Return to html tutorial by example
<html> <body> <h4> Not cellpadding forms: </ h4> <table border="1" /> <tr> <td> First </ td> <td> Row </ td> </ tr> < tr> <td> Second </ td> <td> Row </ td> </ tr> </ table> <p> cellpadding attribute settings can be changed cell content and cell the distance between the border. </ P> <h4> Following is a set of forms cellpadding attribute: </ h4> <table border="1" cellpadding="10" /> <tr> <td> first </ td> <td> trip < / td> </ tr> <tr> <td> second </ td> <td> visit </ td> </ tr> </ table> <h4> cellpadding attribute value is set to form 30: </ h4 > <table border="1" cellpadding="30" /> <tr> <td> first </ td> <td> visit </ td> </ tr> <tr> <td> second </ td> <td> visit </ td> </ tr> </ table> </ body> </ html>