html

发布时间 2023-10-15 09:35:34作者: 宝钗醉打林黛玉

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 = " ">良品&nbsp<input type = "checkbox" name = " " id = "">次品</td>
        </tr>
        <tr>
            <td>仓库状态:</td>
            <td align = "center"><input type = "checkbox" name = " " id = " ">启用&nbsp<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>&nbsp&nbsp<button type = "button" class = "btn btn-success">关闭</button></td>
        </tr>
    </table>
</body>