its my first week of learning coding. And I need help, to include bootstrap v5.1 in my HTML. I am learning it online and the instructor is teaching with the older version of the bootstrap, so I am unable to find the "script" she asked to include. kindly help.
Have you tried to include this in your html code between <head> </head>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
It's mentioned in https://getbootstrap.com/
or you can download and add it to your root or some folder and get that folder location and change src="../thatfolder/bootstrap.bundle.min.js"