HTML--表格

<!DOCTYPE html>
<html>
    <head>
    <title>表格1</title>
    <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://file.xiazaii.com/file/img/202005112811/1_200526193512_3.jpg">
    <table class="table-bordered table-striped">
        <thead>
            <tr>
                <td>仓库名称</td>
                <td><input type="text"placeholder="名称"></td>
            </tr>
            <tr>
                <td>联系人</td>
                <td><input type="text"placeholder="人称"></td>
            </tr>
            <tr>
                <td>联系方式</td>
                <td><input type="text"placeholder="号码"></td>
            </tr>
            <tr>
                <td>仓库良品</td>
                <td><input type="radio" >良品<input type="radio" >次品</td>
            </tr>
            <tr>
                <td>仓库状态</td>
                <td><input type="radio" >启用<input type="radio" >封建</td>
            </tr>
            <tr>
                <td>仓库地址</td>
                <td><input type="text"placeholder="地址"></td>
            </tr>
            <tr>
                <td>仓库名称</td>
                <td><input type="text"placeholder="名称"></td>
            </tr>
        </thead>
    </table>
   </body>
</html>

 

posted @ 2023-03-18 19:39  fushuxuan1  阅读(22)  评论(0)    收藏  举报