I am using Bootstrap 4 for my project and I need to add some div to my project. Problem is this div element created using Bootstrap 3. Is there any way to use Bootstrap 3 for specific div?
<html>
<head>
<!--use Bootstrap 4 js and css-->
</head>
<!--Start to use Bootstrap 3 js and css-->
<div>
</div>
<!--Stop to use Bootstrap 3 js and css-->
</html>
HTMLelements, so you have the full control over them. So, what is the question? It seems very unclear, at least to me...Please read How to create a Minimal, Complete, and Verifiable exampletwitter-bootstrap3only for a selected element not for entire page. I guess