Which of the following is not attribute of <TD> tag?
a) row span
b) spacing
c) Col span
d) align
Which of the following is not an attribute of <table> tag?
a) border
b) width
c) cellpadding
d) Col span
Which of the following is not a valid value for VALIGN attribute of <TD> tag?
a) center
b) top
c) tall
d) bottom
Which of the following statement is true?
a) table can be nested
b) table cannot be used to produce newspaper
c) image cannot be included inside table
d) <BR> attribute is not useful
Which of the following statement is false?
a) HTML editor does not produce table
b) tables are useful for helping tag
c) images can be used as hyperlink
d) hyperlinks can be included
Which code fragment has a bug?
a) <TD> table data</TD>
b) <TD> table data
c) <TH Hello> There</TH>
d) <TR align =” left”> Hey</TR>