Select from following answers:- space between cell borders.
- space between elements.
- create space around that is outside of table cells.
- Both a and c.

- All Above
Cell Spacing is used for creating a space around the table cells and it specifies spaces between the cell borders.
For Example:-
<table cellspacing = "2">
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator