tablecellspaceing TABLE cellspacing attribute The cellspacing attribute used with the table tag .When we want to give the space between the cells in a table. Example for Table Cellspacing attribute <html><Head><Title>Your Web site Title</Title></Head><Body ><table border=1 cellspacing=10><tr > <td>Sno</td ><td>Name</td ></tr><tr > <td>1</td ><td>Johan</td ></tr></table><Body></html>