1. What will happen if you add more than 12 columns in a single row?
Bootstrap automatically wraps columns that exceed 12 units to a new line. This keeps layouts consistent across devices.
<div class='row'><div class='col-8'></div><div class='col-8'></div></div>