Render Flow - Card structure (header, body, footer)
[Read <div class='card'>] -> [Create card container] -> [Read <div class='card-header'>] -> [Create header section] -> [Read <div class='card-body'>] -> [Create body section] -> [Read <div class='card-footer'>] -> [Create footer section] -> [Add text content] -> [Close all divs]
The browser reads the card container first, then creates separate sections for header, body, and footer inside it, stacking them vertically.