<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Bootstrap历练实例:可取消的警告</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="stylesheet" href="bootstrap-3.3.5-dist/css/bootstrap.min.css" />
<script src="jQuery/jquery-2.1.4.js"></script>
<script src="bootstrap-3.3.5-dist/js/bootstrap.min.js"></script>
</head>
<body>
<div style="padding:20px;">
<div class="alert alert-success alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">
&times;
</button>
成功,很好地进行了提交。
</div>
<div class="alert alert-info alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">
&times;
</button>
信息,这是一个很重要的信息。
</div>
<div class="alert alert-warning alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">
&times;
</button>
警告,请不要提交。
</div>
<div class="alert alert-danger alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">
&times;
</button>
错误,请重新修改代码。
</div>
</div>
</body>
</html>

最新文章

  1. ORACLE告警日志文件
  2. AFNetworking 3.1
  3. Ubuntu+Win7双系统grub的修复问题
  4. Python生成字体
  5. golang全文搜索--使用sphinx
  6. 靶形数独 (codevs 1174)题解
  7. AcmeAir
  8. JavaScript ES7 中使用 async/await 解决回调函数嵌套问题
  9. NOIP2013 货车运输
  10. MyBatis入门教程(基于Mybatis3.2)
  11. 完全备份ORACLE数据库 并在另一台电脑上恢复
  12. 微信上传图文消息素材40007,invalid media_id hint
  13. 分享php工作中遇到的一些探究和技巧【2】
  14. Python3基础 用while 循环求解 一个整数的阶乘
  15. leetcode 169 Majority Element 冰山查询
  16. java基础之接口(抽象类与接口的区别)
  17. 【THUSC2017】【LOJ2977】巧克力 斯坦纳树
  18. (一)java基础
  19. 1.写页面 2.css的继承属性有哪些 3.margin对布局的影响
  20. Bootstrap --对话框及提示框的处理和优化

热门文章

  1. UnityShader实例09:Stencil Buffer&Stencil Test
  2. codeforces704D Captain America【上下界最大流】
  3. 洛谷P3182 [HAOI2016]放棋子
  4. 基于testcontainers的现代化集成测试进阶之路
  5. Python学习笔记(随机数)
  6. easyui的datagrid用js插入数据等编辑功能的实现
  7. codechef FIBTREE 码农题 线段树 树剖 标记永久化
  8. ORA-06502 when awr report produce
  9. spring的2种类型转换器
  10. SSH 的端口转发