I have included bootstrap css in my page demo.php using:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
and js file:
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
I have used this to include a progress bar plugin. Also I included a file (filename1.php). But when I use bootstrap it affects my included files (filename1.php) style, that I don't want to happen. Can somebody help me to find a solution for this? Thanks in advance.