Question:Which is the correct layout for the following code?
<table width="39%" border="1" cellspacing="0" cellpadding="0">
  <tr>
    <td colspan="2">&nbsp;</td>
<td width="36%">&nbsp;</td>
  </tr>
  <tr>
    <td width="26%">&nbsp;</td>
    <td width="38%" rowspan="2">&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
<td>&nbsp;</td>
  </tr>
</table>
 

A table marge1 

B table marge2 

C table marge3 

D table marge4 

+ Answer
+ Report
Total Preview: 1271

Copyright © 2024. Powered by Intellect Software Ltd