如何翻译下面的代码使用三个div看起来一样?
<table width="1050px">
<tr>
<td rowspan="2" width="80%"></td>
<td width="20%"><p>some text</p></td>
</tr>
<tr>
<td><p>some text</p></td>
</tr>
<table>
Run Code Online (Sandbox Code Playgroud) html ×1