Render Flow - Button groups
Read <div class='btn-group'>
→Create container DIV node
Read <button> elements inside
→Create BUTTON nodes as children
Apply Bootstrap btn-group styles
Arrange buttons side-by-side
Paint buttons with borders and spacing
Composite final button group
The browser reads the container div with class 'btn-group', creates button elements inside it, applies Bootstrap styles to arrange buttons side-by-side with shared borders, then paints and composites the final button group visually.