<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>
<body>
<table border="1px" bordercolor="red">
<tr>
<td rowspan="2">11</td>
<td colspan="2">12</td>
</tr>
<tr>
<td>22</td>
<td rowspan="2">23</td>
</tr>
<tr>
<td colspan="2">31</td>
</tr>
</table>
</body>
</html>HTML中表格属性rowspan与colspan的使用小例子
最新推荐文章于 2023-04-22 21:01:35 发布
本文提供了一个使用HTML进行表格布局的基础示例,展示了如何通过简单的表格结构实现跨行与跨列的效果。
1万+

被折叠的 条评论
为什么被折叠?



