以文本方式查看主题

-  课外天地 李树青  (http://njcie.com/bbs/index.asp)
--  Web技术  (http://njcie.com/bbs/list.asp?boardid=28)
----  课上练习代码——输出跨行跨列的表格  (http://njcie.com/bbs/dispbbs.asp?boardid=28&id=1476)

--  作者:admin
--  发布时间:2015/3/24 20:15:43
--  课上练习代码——输出跨行跨列的表格
<table width="200" border="1">
  <tr>
    <td >&nbsp;</td>
    <td>&nbsp;</td>
    <td rowspan="3">&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td rowspan="2">&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>

图片点击可在新窗口打开查看此主题相关图片如下:无标题.png
图片点击可在新窗口打开查看