Render Flow - Nav element
[Read <nav>] -> [Create NAV node] -> [Read child elements] -> [Create child nodes] -> [Add text or links] -> [Close child elements] -> [Close NAV]
The browser reads the <nav> tag, creates a navigation node in the DOM, then reads and adds its child elements like links, building a navigation section visually.