<script src="C:\Users\Admin\Downloads\jquery-3.1.1.js"></script>
<script src="C:/Users/Admin/Downloads/bootstrap-4.0.0-alpha.4/dist/js/bootstrap.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="C:\Users\Admin\Downloads\bootstrap-4.0.0-alpha.4\dist\css\bootstrap.css">
I'm following a Youtube tutorial on Bootstrap, I have downloaded the Bootstrap files, the CSS is working, but I think the js file isn't linking.
Initially I didn't link the js file and thought that was the problem, but I've linked it and it still isn't working for me (the navbar doesn't load properly), the format comes out all funny.
Is there something wrong with how I'm linking the JS file?