I am currently navigating my way through Bootstrap and jQuery as a newbie, attempting to incorporate a modal window into my sales website. To visualize how it would appear in my project, I took the modal code from https://getbootstrap.com/docs/4.3/components/modal/. Unfortunately, whenever I click the modal button, nothing appears. There might be an issue with jQuery not being loaded in my code, but I am unsure of how to address this problem. Here is the snippet of my code:
html
<!DOCTYPE html>
<html lang="en" dir="ltr">
...
...
...
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<!-- Footer -->
<div class="container-fluid footercontainer">
<div class="row">
</div>
</div>
<script type="text/javascript" src="project2-2.js">
</script> -->
</body>
</html>
CSS
@font-face {
...
...
...
}