HTML()-html
HTML()
<html>
<head>
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body background = "https://bpic.588ku.com/ad_diversion/22/11/25/0767246cebd766dc5635aa60344f7202.png!/fw/320/unsharp/true/compress/true">
<table border = "2" class="table table-striped">
<thead>
<tr align = "center">
<td><h1>Column1</h1></td>
<td><h1>Column2</h1></td>
<td><h1>Column3</h1></td>
</tr>
</thead>
<tbody>
<tr>
<td><small>Row1,Column1</small></td>
<td><small>Row1,Column2</small></td>
<td><small>Row1,Column3</small></td>
</tr>
</tbody>
<thead>
<tr>
<td><small>Row2,Column1</small></td>
<td><small>Row2,Column2</small></td>
<td><small>Row2,Column3</small></td>
</tr>
</thead>
<tbody>
<tr>
<td><small>Row3,Column1</small></td>
<td><small>Row3,Column2</small></td>
<td><small>Row3,Column3</small></td>
</tr>
</tbody>
<thead>
<tr>
<td><small>Row4,Column1</small></td>
<td><small>Row4,Column2</small></td>
<td><small>Row4,Column3</small></td>
</tr>
</thead>
<tbody>
<tr>
<td><small>Row5,Column1</small></td>
<td><small>Row5,Column2</small></td>
<td><small>Row5,Column3</small></td>
</tr>
</tbody>
</table>
<br/><br/><br/><br/><br/><br/>
<table border = "2" align = "center">
<tr>
<td>仓库名称:</td>
<td><input type = "password" placeholder ="请输入名称"></td>
</tr>
<tr>
<td align = "center">联系人:</td>
<td><input type = "password" placeholder = "请输入人名"></td>
</tr>
<tr>
<td>联系方式:</td>
<td><input type = "password" placeholder = "请输入方式"></td>
</tr>
<tr>
<td>仓库良品:</td>
<td align = "center"><input type = "checkbox" name = " " id = " ">良品 <input type = "checkbox" name = " " id = "">次品</td>
</tr>
<tr>
<td>仓库状态:</td>
<td align = "center"><input type = "checkbox" name = " " id = " ">启用 <input type = "checkbox" name = " " id = "">封建</td>
</tr>
<tr>
<td>仓库地址:</td>
<td><input type = "password" placeholder = "请输入地址"></td>
</tr>
<tr align = "center">
<td>仓库:</td>
<td><button type = "button" class = "btn btn-success">开启</button>  <button type = "button" class = "btn btn-success">关闭</button></td>
</tr>
</table>
</body>
</html>
————————
<html>
<head>
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body background = "https://bpic.588ku.com/ad_diversion/22/11/25/0767246cebd766dc5635aa60344f7202.png!/fw/320/unsharp/true/compress/true">
<table border = "2" class="table table-striped">
<thead>
<tr align = "center">
<td><h1>Column1</h1></td>
<td><h1>Column2</h1></td>
<td><h1>Column3</h1></td>
</tr>
</thead>
<tbody>
<tr>
<td><small>Row1,Column1</small></td>
<td><small>Row1,Column2</small></td>
<td><small>Row1,Column3</small></td>
</tr>
</tbody>
<thead>
<tr>
<td><small>Row2,Column1</small></td>
<td><small>Row2,Column2</small></td>
<td><small>Row2,Column3</small></td>
</tr>
</thead>
<tbody>
<tr>
<td><small>Row3,Column1</small></td>
<td><small>Row3,Column2</small></td>
<td><small>Row3,Column3</small></td>
</tr>
</tbody>
<thead>
<tr>
<td><small>Row4,Column1</small></td>
<td><small>Row4,Column2</small></td>
<td><small>Row4,Column3</small></td>
</tr>
</thead>
<tbody>
<tr>
<td><small>Row5,Column1</small></td>
<td><small>Row5,Column2</small></td>
<td><small>Row5,Column3</small></td>
</tr>
</tbody>
</table>
<br/><br/><br/><br/><br/><br/>
<table border = "2" align = "center">
<tr>
<td>仓库名称:</td>
<td><input type = "password" placeholder ="请输入名称"></td>
</tr>
<tr>
<td align = "center">联系人:</td>
<td><input type = "password" placeholder = "请输入人名"></td>
</tr>
<tr>
<td>联系方式:</td>
<td><input type = "password" placeholder = "请输入方式"></td>
</tr>
<tr>
<td>仓库良品:</td>
<td align = "center"><input type = "checkbox" name = " " id = " ">良品 <input type = "checkbox" name = " " id = "">次品</td>
</tr>
<tr>
<td>仓库状态:</td>
<td align = "center"><input type = "checkbox" name = " " id = " ">启用 <input type = "checkbox" name = " " id = "">封建</td>
</tr>
<tr>
<td>仓库地址:</td>
<td><input type = "password" placeholder = "请输入地址"></td>
</tr>
<tr align = "center">
<td>仓库:</td>
<td><button type = "button" class = "btn btn-success">开启</button>  <button type = "button" class = "btn btn-success">关闭</button></td>
</tr>
</table>
</body>
</html>