Render Flow - First CSS stylesheet
Read HTML file
Parse HTML elements
Read linked CSS file
Parse CSS rules
Match CSS selectors to HTML elements
Apply CSS properties to elements
Calculate styles and layout
Paint elements with styles
Composite final page
The browser reads the HTML, then loads and parses the CSS stylesheet. It matches CSS rules to HTML elements, applies styles, calculates layout, and paints the styled page.