<! DOCTYPE html>
<meta http-equiv= "Content-type" content= "text/html; Charset=utf-8 "/>
<meta http-equiv= "x-ua-compatible" content= "Ie=edge"/>
<meta name= "viewport" content= "width=device-width,initial-scale=1.0"/>
<!--[If Lt IE 9]-->
<script src= "Http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js" ></script>
<script src= "Http://apps.bdimg.com/libs/respond.js/1.4.2/respond.js" ></script>
<!--[endif]-->
<title>bootstrap Experience Example: Carousel (Carousel) </title>
<meta charset= "Utf-8"/>
<link rel= "stylesheet" href= "Bootstrap-3.3.5/dist/css/bootstrap.min.css"/>
<style>
. Carousel {
height:500px;
}
. Carousel. item{
height:500px;
}
. Carousel. Item img{
width:100%;
}
</style>
<body>
<div class= "Container" >
<!--carousel (Carousel) pointer---
<div id= "Mycarousel" class= "Carousel Slide" >
<ol class= "Carousel-indicators" >
<li class= "Active" data-target= "#myCarousel" data-slide-to= "0" ></li>
<li data-target= "#myCarousel" data-slide-to= "1" ></li>
<li data-target= "#myCarousel" data-slide-to= "2" ></li>
<li data-target= "#myCarousel" data-slide-to= "3" ></li>
<li data-target= "#myCarousel" data-slide-to= "4" ></li>
</ol>
<!--Carousel (Carousel) Project--
<div class= "Carousel-inner" >
<div class= "Item Active" >
<div class= "Container" >
<div class= "Carousel-caption" >
<p>google Chrome, also known as Google Browser, is a web browser developed by Google Inc. </p>
<p><a href= "#" class= "btn btn-primary btn-lg" role= "button" target= "_blank" > click I download </a></p>
</div>
</div>
</div>
<div class= "Item" >
<div class= "Container" >
<div class= "Carousel-caption" >
<p>mozilla Firefox, the Chinese name is usually called "Firefox" or "Firefox browser", is an open source Web browser. </p>
<p><a href= "#" class= "btn btn-primary btn-lg" role= "button" target= "_blank" > click button Download </a></p>
</div>
</div>
</div>
<div class= "Item" >
<div class= "Container" >
<div class= "Carousel-caption" >
<p>internet Explorer, referred to as IE, is a Web browser launched by Microsoft Corporation. </p>
<p><a href= "#" class= "btn btn-primary btn-lg" role= "button" target= "_blank" > click button Download </a></p>
</div>
</div>
</div>
<div class= "Item" >
<div class= "Container" >
<div class= "Carousel-caption" >
<p>opera Browser is a Web browser made by the Norwegian Opera Software ASA company that supports multi-page tabbed browsing. </p>
<p><a href= "#" class= "btn btn-primary btn-lg" role= "button" target= "_blank" > click button Download </a></p>
</div>
</div>
</div>
<div class= "Item" >
<div class= "Container" >
<div class= "Carousel-caption" >
<p>safari is the latest operating system in Mac OS X browser for Apple computers. </p>
<p><a href= "#" class= "btn btn-primary btn-lg" role= "button" target= "_blank" > click button Download </a></p>
</div>
</div>
</div>
</div>
<!--Carousel (Carousel) Navigation--
<a href= "#myCarousel" data-slide= "prev" class= "Carousel-control left" >‹</a>
<a href= "#myCarousel" data-slide= "Next" class= "Carousel-control Right" >›</a>
</div>
</div>
<script src= "Jquery/jquery-2.1.4.js" ></script>
<script src= "Bootstrap-3.3.5/dist/js/bootstrap.min.js" ></script>
</body>
Bootstrap Experience Example: Carousel (Carousel)