Computer Applications
The default alignment of the contents of table cells is …………… .
- Center
- Right
- Top
- Left
Related Questions
…………… tag defines the cells or columns of a table which denotes table data.
<TR>
<TD>
<TH>
- None of these
Which attribute is used to set the amount of space between the cell border and the cell data?
- Spacing
- Cellpadding
- Cellspacing
- Align
Choose the correct HTML code to right-align the data inside a table cell.
<TRright Align>
<TD Align ="Right">
<TD VAlign ="Right">
<TR "Right">
Which is the correct code to merge four columns in a table?
<TD COLSPAN = 4>
<TD COLUMN SPAN= 4>
<COLSPAN = 4>
<TD SPAN = 4>