2016-11-26 98 views

回答

0

試試這個:

<table border=1> 
 
    <tr> 
 
    <td>First cell in first table. The cell to the right has the second table in it.</td> 
 
    <td> 
 

 
     <table> 
 
     <tr><td>nested table</td></tr> 
 
     <tr><td>nested table</td></tr> 
 
     </table> 
 

 
    </td> 
 
    </tr> 
 
</table>