bootstrap14-悬停表格布局

发布时间:2020-07-11 21:58:37 作者:素颜猪
来源:网络 阅读:358

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>bootstrap14</title>

<link rel="stylesheet" href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css">  

</head>

<body>

<div class="container">

<table class="table table-hover">

<caption>悬停表格布局</caption>

<thead>

   <tr>

     <th>名称</th>

     <th>城市</th>

     <th>邮编</th>

   </tr>

</thead>

<tbody>

   <tr>

     <td>Tanmay</td>

     <td>Bangalore</td>

     <td>560001</td>

   </tr>

   <tr>

     <td>Sachin</td>

     <td>Mumbai</td>

     <td>400003</td>

   </tr>

   <tr>

     <td>Uma</td>

     <td>Pune</td>

     <td>411027</td>

   </tr>

</tbody>

</table>

</div>

    <script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>

  <script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>

</body>

</html>

bootstrap14-悬停表格布局

推荐阅读:
  1. 布局Layouts之TableLayout表格布局
  2. bootstrap17-响应式表格布局

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

表格布局 bootstrap 悬停

上一篇:注册页面练习

下一篇:linux下php安装扩展组件(个人工作笔记系列之php)

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》