Render Flow - DOCTYPE declaration
[Read <!DOCTYPE html>] -> [Set HTML parsing mode to standards] -> [Read <html>] -> [Create HTML root node] -> [Parse child elements]
The browser reads the DOCTYPE declaration first to decide how to interpret the HTML code, ensuring it uses the standard mode for rendering.