Start here. This is the direct spoken answer to practice first.
Overview
The exact browser implementation is complex, but the candidate should connect document parsing and style information to geometry and pixels.
The browser parses HTML into the DOM and CSS into the CSSOM, combines the relevant information to calculate styles, determines geometry during layout, then paints and composites visual layers. Scripts and stylesheets can delay useful rendering depending on how they are loaded. Later DOM or style changes may repeat style calculation, layout, paint, or only compositing.