Render Flow - Block-level elements
Read <div>
→Create DIV node
Calculate width: fills container width
Place on new line
Render height based on content
Paint background and border
Composite to screen
The browser reads the HTML, creates block-level elements like <div>, places them on new lines filling the container width, calculates their height from content, then paints and composites them on screen.