返回创建一个快捷方......登陆

创建一个快捷方式用submile打开吗

Kay2019-05-20 20:31:03201

<!DOCTYPE html>

<html>

<head>

  <meta charset="utf-8">

  <title>网页</title>

  <link rel="shortuct icon"type="image/x-icon"href="image/favicon.ico"> 

  <link rel="stylesheet"type="text/css"href="css/index.css">

  <style type="text/css">

  *{margin:0px;padding:0px;}

  tabel{border:1px solid#ccc;border-collapse:collapse;}

  tr th{height:100px;border:1px solid#ccc;text-align:center}

 tr td{height:200px;border:1px solid#ccc;width:100px;text-align:center}

</style>

</head>

<body>

<table>

<tr>

<th>1</th>

<th>2</th>

<th>3</th>

<th>4</th>

<th>5</th>

</tr>

<tr>

<td colspan="5">合并列</td>

</tr>

<tr>

<td rowspan="2">合并行A</td>

<td>B</td>

<td>C</td>

<td>D</td>

<td>E</td>

</tr>

<tr>

<td>二</td>

<td>三</td>

<td>四</td>

<td>五</td>

</tr>

</table>

</body>

</html>


最新手记推荐

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

全部回复(0)我要回复

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