<head>
<meta charset="utf-8">
<title>Bootstrap Carousel</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css">
</head>
<body>
<img class="d-block w-100" src="
" alt="Leopard">
Leopard
A black Panther is the melanistic color variant of any big cat species.
Black Panthers in Asia and Africa are leopards (Panthera pardus).
<img class="d-block w-100" src="
" alt="Cat">
Black Cat
A black cat is a domestic cat with black fur that may be a mixed or specific breed
<img class="d-block w-100" src=".
" alt="Lion">
Lion
The lion (Panthera leo) is a species in the cat family (Felidae).
A muscular, deep-chested cat, it has a short, rounded head, a reduced neck and round ears
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
Previous
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
Next
</a>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
</body>
</html>