<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bootstrap 实例 - 基本的表格</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> <table class="table">
<caption>基本的表格布局</caption>
<thead>
<tr>
<th>名称</th>
<th>城市</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tanmay</td>
<td>Bangalore</td>
</tr>
<tr>
<td>Sachin</td>
<td>Mumbai</td>
</tr>
</tbody>
</table> </body>
</html>

最新文章

  1. magento事件(event)的dispatchEvent(分发)和catchEvent(获取)
  2. imageWithContentsOfFile读取全路径返回的image为空的解决方法
  3. Java控制台版推箱子
  4. MySQL中多表删除方法(转载)
  5. 多种EDA软件的鼠标增强工具EDAHelper
  6. cocos2dx之lua项目开发中MVC框架的简单应用
  7. USACO 3.4 American Heritage
  8. asp 正则替换函数
  9. ASP.NET Core WebApi 返回统一格式参数(Json 中 Null 替换为空字符串)
  10. hdu 4453 splay
  11. KnockoutJS-与服务端交互
  12. Java如何根据主机名(域名)获取IP地址?
  13. sqlserver中查询表字段的sql语句
  14. [javascript]Three parts of javascript code snippet
  15. CSS Web安全字体组合
  16. request.getSession()、reqeust.getSession(false)和request.getSession(true)
  17. 【51NOD】1201 整数划分
  18. ylbtech-LanguageSamples-SimpleVariance
  19. Linux 与 BSD
  20. origin横纵坐标颠倒

热门文章

  1. TOMCAT中文信息乱码改为GBK
  2. 【MySQL】外键的变种
  3. 关于emoji表情,支持在app端发送web端显示,web端发送给app端显示,web与wap端互相显示。
  4. Codeforces Round #575 (Div. 3) 题解
  5. 操作系统OS - 阻塞(Blocking)非阻塞(Non-Blocking)与同步(Synchronous)异步(Asynchronous)
  6. php之新的开始---php的相关及其环境搭建
  7. Golang核心编程
  8. CDH
  9. 策略模式,重构if-else
  10. easy flash &amp;easy log