Render Flow - Class attribute
Read <div>
→Create DIV node
Read class attribute
Store class names in DOM element
Apply CSS rules matching class selectors
Render element with styles
Paint on screen
The browser reads the HTML element, stores the class names, applies matching CSS styles, and then renders the element visually.