Render Flow - Container types (container, container-fluid)
Load HTML
→Parse <div class='container'>
Load HTML
→Parse <div class='container-fluid'>
The browser reads the HTML div with container classes, applies Bootstrap CSS rules that set width and padding, then renders either a fixed-width centered box (.container) or a full-width box (.container-fluid).