Render Flow - Navigation structure basics
[Read <nav>] -> [Create NAV node] -> [Read <ul>] -> [Create UL as child] -> [Read <li>] -> [Create LI as child] -> [Read <a>] -> [Create A as child with href] -> [Add link text] -> [Close A] -> [Close LI] -> [Repeat for each link] -> [Close UL] -> [Close NAV]
The browser reads the <nav> element, builds a navigation container, then reads the list inside it, creating list items and links as children, forming a structured navigation menu.