Bootstrap Carousel controls and indicators not working!

I’m creating a website then decided to add a bootstrap carousel but unfortunately, the controls and indicators aren’t working. Please any solution?

Do you have code samples?

Hello Mikinaldo,

I have moved your post to a more appropriate sub-forum.

For future reference, it is much easier for others to help you, if you provide code you have tried.

Happy coding.

I pasted the code sample in the link below. Pls check… Thanks

Make sure you have added the necessary JS files (You may not need popper.min.js but I just added it anyway). Place them before the closing </body> tag.

<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>