Home  >  Article  >  Web Front-end  >  小白思密达~_html/css_WEB-ITnose

小白思密达~_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 08:45:591142browse


回复讨论(解决方案)

<table width="300" border="1" align="center">    <tr>        <td rowspan="2" align="center">A</td>        <td colspan="2" height="100" align="center">B</td>    </tr>    <tr align="center">        <td height="100">E</td>        <td rowspan="2">C</td>    </tr>    <tr align="center">        <td colspan="2" height="100">D</td>    </tr></table>



  




A
  

   B
E
 C

D

兄弟 这也是基础知识。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn