Select from following answers:- Used to separate cell walls from their contents.

- Used to set space between cells.
- Both a and b above.
- Used to provide width to a cell.
- All Above
Cell Padding is used to separate cell walls from their contents.
For Example:-
<table cellpadding = "2">
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator