Render Flow - Purpose of forms
[Read <form>] -> [Create FORM node] -> [Read child elements (input, button)] -> [Create child nodes] -> [Add text and attributes] -> [Close FORM]
The browser reads the form tag and its children, builds a form element in the DOM, and prepares it to collect user input.