Posted in Javascript onMarch 22, 2017
本文实例为大家分享了Bootstrap页面标题展示的具体代码,供大家参考,具体内容如下
<!DOCTYPE html> <html> <head> <title>Bootstrap 页面标题(Page Header)</title> <meta charset="utf-8"> <link rel="stylesheet" href="css/bootstrap.min.css" rel="external nofollow" > </head> <body> <div class="jumbotron"> <div class="container"> <div class="page-header"> <h1>页面标题 <small>子标题</small> </h1> </div> <p>Bootstrap 页面标题(Page Header.Bootstrap 页面标题(Page Header).Bootstrap 页面标题(Page Header).Bootstrap 页面标题(Page Header).</p> </div> </div> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> </body> </html>
如需使用页面标题(Page Header),请把标题放置在带有 class .page-header 的 <div> 中,效果图:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持三水点靠木。
Bootstrap页面标题Page Header的实现方法
- Author -
boonyaxnn声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@