Render Flow - Preformatted text
[Read <pre>] -> [Create PRE node] -> [Add text preserving whitespace] -> [Render text with monospace font] -> [Apply white-space: pre style] -> [Display block with scroll if overflow]
The browser reads the <pre> tag, creates a block element that preserves all spaces, tabs, and line breaks exactly as typed, using a monospace font and special white-space handling.