<title> Tab </title>
<meta charset= "Utf-8"/>
<meta http-equiv= "x-ua-compatible" content= "Ie=edge"/>
<meta name= "viewport" content= "width=device-width,initial-scale=1"/>
<link href= ". /book/css/bootstrap.css "rel=" stylesheet "type=" Text/css "/>
<script src= ". /file/jquery.js "type=" Text/javascript "></script>
<script src= ". /book/js/bootstrap.js "type=" Text/javascript "></script>
<body>
<ul class= "Nav nav-tabs" >
<li><a href= "#home" data-toggle= "tab" >Home</a></li>
<li><a href= "#profile" data-toggle= "tab" >Profile</a></li>
<li><a href= "#message" data-toggle= "tab" >Message</a></li>
<li><a href= "#set" data-toggle= "tab" >Set</a></li>
</ul>
<div class= "Tab-content" >
<div class= "Tab-pane active" id= "Home" >home</div>
<div class= "Tab-pane" id= "Profile" >profile</div>
<div class= "Tab-pane" id= "message" >message</div>
<div class= "Tab-pane" id= "set" >set</div>
</div>
</body>
Effect:
Bootstrap Development Tab TAB case