"Simple slider carousel"
Bootstrap 3.3.0 Snippet by SyawaluddinAmin

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row text-center"> <h2>SIMPLE SLIDER CAROUSEL</h2> <h3><a href="https://twitter.com/asyaddien" target="_blank">Syawaluddin Amin, S.Kom</a></h3> </div> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="left carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <img src="https://placeholdit.imgix.net/~text?txtsize=40&bg=800000&txtclr=ffffff&txt=SLIDE 1&w=1170&h=300" alt="..."> </div> <div class="item"> <img src="https://placeholdit.imgix.net/~text?txtsize=40&bg=800000&txtclr=ffffff&txt=SLIDE 2&w=1170&h=300" alt="..."> </div> <div class="item"> <img src="https://placeholdit.imgix.net/~text?txtsize=40&bg=800000&txtclr=ffffff&txt=SLIDE 3&w=1170&h=300" alt="..."> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> </a> <a class="right carousel-control" href="#carousel-example-generic" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> </a> </div> <hr> <div class="row text-left"> <h6><b><i>My blog list :</i></b> 1.<a href="https://futball-pro.blogspot.sg/" target="_blank">FOOTBALL PRO</a>, 2.<a href="https://thefunnymeme.blogspot.sg/" target="_blank">THE FUNNY MEME</a>, 3.<a href="https://99animefans.blogspot.sg/" target="_blank">99 ANIME FANS</a>, 4.<a href="https://pangeran-games.blogspot.sg/" target="_blank">ALL ABOUT GAMES</a>, 5.<a href="https://4-mensfashion.blogspot.sg/" target="_blank">MEN'S FASHION</a>, 6.<a href="https://harrypotter-images.blogspot.sg/" target="_blank">HARRY POTTER IMAGES</a>, 7.<a href="https://onlinebusiness-images.blogspot.sg/" target="_blank">ONLINE BUSINESS IMAGES</a>, 8.<a href="http://pangeran-it.blogspot.co.id/" target="_blank">PANGERAN IT</a>, 9.<a href="https://pantun-pangeran.blogspot.sg/" target="_blank">PANTUN PANGERAN</a>, 10.<a href="http://www.medanmendai.com/" target="_blank">MEDAN MENDAI</a>, 11.<a href="https://free-downloadmanga.blogspot.co.id/" target="_blank">FREE DOWNLOAD MANGA</a> </h6> </div> </div>

Related: See More


Questions / Comments: