Contents

Which of the following is not attribute of <TD> tag?
a) row span                          
b) spacing
c) Col span                           
d) align

b

Which of the following is not an attribute of <table> tag?
a) border                                               
b) width
c) cellpadding                      
d) Col span

d

Which of the following is not a valid value for VALIGN attribute of <TD> tag?
a) center                                               
b) top
c) tall                                    
d) bottom

c

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

a

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

a

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>

c