What is the use of Bootstrap Carousel plugin?
The Carousel plugin is used to add a slider to your site. It is useful in condition where you want to display huge amount of content within a small space on the web pages. Some of the standard carousel includes
  .carousel (options)
  .carousel (‘cycle’)
  .carousel (‘pause’)
  .carousel (‘number’)
  .carousel (‘prev’)
  .carousel (‘next’)  

