返回html表格练......登陆

html表格练习

aptx_19992019-04-14 15:48:01224
<html>
<head>

<meta charset="utf-8">

<title>html表格练习</title>

<style>

    table{border:1px solid #ccc;border-collapse:collapse;}
    tr th{border:1px solid #ccc;height:30px;}
    tr td{border:1px solid #ccc;width:50px;height:60px;}


</style>

</head>

<body>

<table>

<tr>

    <th></th>
	<th></th>
	<th></th>

</tr>

<tr>

    <td colspan=2></td>

    <td rowspan=2></td>


</tr>

<tr>

    <td></td>

    <td></td>



</tr>

</table>

</body>

</html>


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送