Render Flow - First Bootstrap page
Load HTML file
Parse <html> and <head>
Load Bootstrap CSS from CDN
Parse <body>
Create DOM nodes for container, heading, button
Apply Bootstrap CSS classes
Calculate layout with Bootstrap grid and utilities
Paint styled elements
Composite final page
The browser loads the HTML, fetches Bootstrap CSS, builds the page structure, applies Bootstrap styles, calculates layout, and paints the styled page.