Question:You want to display a table listing out customer names and their contact information. The heading of the table is shown in the figure. What is the code for creating the first line of the table heading? Customer NameContact Fixed LineMobileEmail 

A <tr><th>Customer Name</th><th rowspan=3>Contact</th></tr> 

B <tr><th>Customer Name</th><th cellspacing=3>Contact</th></tr> 

C <tr><th>Customer Name</th><th colspan=3>Contact</th></tr> 

D <tr><th>Customer Name</th><th cellpadding=3>Contact</th></tr> 

+ Answer
+ Report
Total Preview: 1492

Copyright © 2024. Powered by Intellect Software Ltd