Render Flow - List styles (unstyled, inline)
Read <ul>
→Create UL node
Apply Bootstrap classes: list-unstyled or list-inline
Remove default bullets or display inline
Render final list visually
The browser reads the unordered list and list items, then Bootstrap classes modify the default bullet style or layout by removing bullets or displaying items side-by-side.