Render Flow - Nav tabs and pills
Load HTML with nav container
Create nav element with role=navigation
Create list of nav items
Apply Bootstrap CSS classes for tabs or pills
Browser calculates layout and styles
Render clickable nav items with active state
Handle user interaction for active tab/pill
The browser reads the nav HTML structure, applies Bootstrap's CSS classes for tabs or pills styling, calculates layout and colors, then renders interactive navigation items with an active highlight.