zoukankan      html  css  js  c++  java
  • bootstrap table响应式布局,cdn引入

    <!doctype html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="Generator" content="EditPlus®">
    <meta name="Author" content="">
    <meta name="Keywords" content="">
    <meta name="Description" content="">
    <title>Document</title>
    <link href="../css/bootstrap.css" type="text/css" rel="stylesheet">
    <script src="http://cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
    <script>
    $(function(){
    // alert('ddd');
    });
    </script>
    </head>
    <body>
    <div class="container">
    <div class="row">
    <table class="table table-bordered table-responsive">
    <thead>
    <tr>
    <th>表格标题</th>
    <th>表格标题</th>
    <th>表格标题</th>
    </tr>
    </thead>
    <tbody>
    <tr class="success">
    <td>表格单元</td>
    <td>表格单元</td>
    <td>表格单元</td>
    </tr>
    <tr>
    <td>表格单元</td>
    <td>表格单元</td>
    <td>表格单元</td>
    </tr>
    <tr>
    <td>表格单元</td>
    <td>表格单元</td>
    <td>表格单元</td>
    </tr>
    </tbody>
    </table>
    </div>
    </div>
    </body>
    </html>

  • 相关阅读:
    为aptget设置http代理[转]
    tty&pty
    Overfencing
    ubuntu修改runlevel
    ls l文件类型[转]
    ubuntu文字界面与图形界面切换
    ubuntu没有/etc/inittab文件
    linux一些缩写的意思
    redhat server 5.4安装中文
    关闭linux警报
  • 原文地址:https://www.cnblogs.com/zhouzhou163/p/6103602.html
Copyright © 2011-2022 走看看