小编Jen*_*nny的帖子

表格来解决问题

如何翻译下面的代码使用三个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

2
推荐指数
1
解决办法
76
查看次数

标签 统计

html ×1