Blogger Information
Blog 34
fans 0
comment 0
visits 28427
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
选项卡
1A7498的博客
Original
537 people have browsed it
<!DOCTYPE html>
<html>

	<head>
		<meta charset="UTF-8">
		<title></title>
		<script src="js/jquery-3.3.1.min.js"></script>
		<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
		<script src="js/bootstrap.min.js"></script>
		<link rel="stylesheet" type="text/css" href="css/tactive.css" />
	</head>

	<body>
		<ul id="myTab" class="nav nav-tabs">
			<li class="active">
				<a href="#home" data-toggle="tab">
					1号</a>
			</li>
			<li>
				<a href="#tab2" data-toggle="tab">2号</a>
			</li>
			<li>
				<a href="#tab3" data-toggle="tab">3号</a>
			</li>

		</ul>
		<div id="myTabContent" class="tab-content">
			<div class="tab-pane fade in active" id="home">
				<img src="images/banner1.jpg"/>
			</div>
			<div class="tab-pane fade " id="tab2">
				<img src="images/banner2.jpg"/>
			</div>
			<div class="tab-pane fade" id="tab3">
				<img src="images/banner3.jpg"/>
			</div>
			
		</div>
	</body>

</html>

http://9813.tk/2.html

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
  • 2018-03-16 11:39:01