实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
   <title>Bootstrap 实例 - 标签</title>
5
   <link href="https://libs.baidu.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
6
   <script src="https://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
7
   <script src="https://libs.baidu.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
8
</head>
9
<body>
10
11
<h1>Example Heading <span class="label label-default">Label</span></h1>
12
<h2>Example Heading <span class="label label-default">Label</span></h2>
13
<h3>Example Heading <span class="label label-default">Label</span></h3>
14
<h4>Example Heading <span class="label label-default">Label</span></h4>
15
16
17
</body>
18
</html>