Computer Applications
Which attribute is used to set the amount of space between the cell border and the cell data?
- Spacing
- Cellpadding
- Cellspacing
- Align
HTML Advanced Features
4 Likes
Answer
Cellpadding
Reason — Cellpadding attribute is used to set the amount of space between the cell border and the cell data.
Answered By
2 Likes
Related Questions
<TR>
tag is used to create a …………… in a table.- Row
- Column
- Caption
- All of these
…………… tag defines the cells or columns of a table which denotes table data.
<TR>
<TD>
<TH>
- None of these
The default alignment of the contents of table cells is …………… .
- Center
- Right
- Top
- Left
Choose the correct HTML code to right-align the data inside a table cell.
<TRright Align>
<TD Align ="Right">
<TD VAlign ="Right">
<TR "Right">