Render Flow - Form submission basics
[Read <form>] -> [Create FORM node] -> [Read <input>] -> [Create INPUT child] -> [Read <button>] -> [Create BUTTON child] -> [User fills inputs] -> [User clicks submit button] -> [Browser sends form data to server URL]
The browser reads the form and its inputs, builds the form element with children, waits for user input, then sends the data to the server when the submit button is clicked.