Render Flow - Dropdown menu alignment
Read <div class='dropdown'>
→Create dropdown container node
Read <button class='dropdown-toggle'>
→Create button node
Read <ul class='dropdown-menu'>
→Create menu node
Apply Bootstrap CSS classes
Calculate menu position based on alignment class
Render button and menu visually
Handle user click to toggle menu visibility
The browser reads the dropdown container and its button, then the menu list. Bootstrap CSS classes style and position the menu. The alignment class changes the menu's horizontal position relative to the button. Finally, the browser paints the button and menu on screen.