<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container-fluid">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="item active">
<img src="https://demo.seothemes.com/business-pro/wp-content/uploads/2017/08/design-620x380.jpeg" alt="Los Angeles" style="width:100%;">
</div>
<div class="item">
<img src="https://demo.seothemes.com/business-pro/wp-content/uploads/2017/08/design-620x380.jpeg" alt="Chicago" style="width:100%;">
</div>
<div class="item">
<img src="https://demo.seothemes.com/business-pro/wp-content/uploads/2017/08/design-620x380.jpeg" alt="New york" style="width:100%;">
</div>