Column1 |
Column2 |
Column3 |
Row1,Column1 | Row1,Column2 | Row1,Column3 |
Row2,Column1 | Row2,Column2 | Row2,Column3 |
Row3,Column1 | Row3,Column2 | Row3,Column3 |
Row4,Column1 | Row4,Column2 | Row4,Column3 |
Row5,Column1 | Row5,Column2 | Row5,Column3 |
<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>
标签:Row1,仓库,html,nbsp,Column1,Column3,Column2
From: https://www.cnblogs.com/boyeyuan/p/17765263.html