Render Flow - Block, inline, and inline-block
Read HTML element
Determine default display type
Apply CSS display property
Calculate box size and flow
Render element visually
Handle next element positioning
The browser reads each HTML element, decides its display type (block, inline, inline-block), calculates its size and position, then renders it visually in the flow of the page.