Skip to main content

Posts

Showing posts with the label #bootatrsp5 #html #css #javascript

Bootstrap 5 Carousel Code

  <!-- Carousel --> < div  id ="demo"  class ="carousel slide"  data-bs-ride ="carousel" >    <!-- Indicators/dots -->    < div  class ="carousel-indicators" >      < button  type ="button"  data-bs-target ="#demo"  data-bs-slide-to ="0"  class ="active" > < /button >      < button  type ="button"  data-bs-target ="#demo"  data-bs-slide-to ="1" > < /button >      < button  type ="button"  data-bs-target ="#demo"  data-bs-slide-to ="2" > < /button >    < /div >    <!-- The slideshow/carousel -->    < div  class ="carousel-inner" >      < div  class ="carousel-item active" >        < img  src ="la.jpg"  alt ="Los Angeles"  class ="d-block w-100" ...