You want to display a table listing out customer names and their contact information. The heading of the table is shown in the given figure. What is the code for creating the first line of the table heading?
ans: b) <tr>
<th>Customer Name</th>
<th colspan=3>Contact</th>
</tr>