Render Flow - Display utilities
[Load HTML] -> [Parse HTML elements] -> [Load Bootstrap CSS] -> [Parse CSS classes] -> [Match display utility classes] -> [Apply display properties] -> [Layout elements accordingly] -> [Paint on screen]
The browser reads the HTML, loads Bootstrap CSS, matches display utility classes like d-block or d-flex, applies their CSS display properties, then lays out and paints the elements accordingly.