What is the underlying grid structure used in Bootstrap?
The basic grid structure used in Bootstrap is:-
BY Best Interview Question ON 23 Jan 2019
Example
<div class="container">
<div class="row">
<div class="col-*-*"></div>
<div class="col-*-*"></div>
</div>
</div>