After using the bootstrap alerts class, I noticed that the view is not what I expected - https://i.sstatic.net/HqAFV.jpg
Instead of that, I tried -
https://i.sstatic.net/hooZy.jpg
To fix this issue, I included the reference under the head tag like so:
<script src="Scripts/bootstrap.min.js"></script>
Even after adding the reference, it's still not working. Can someone please help me out? I'm new to webpage development.