Render Flow - Form structure
Read <form>
→Create FORM node
Read <label>
→Create LABEL as child
Read <input>
→Create INPUT as child
Read <button>
→Create BUTTON as child
Close FORM
The browser reads the form tag and creates a form container. Then it reads each child element like labels, inputs, and buttons, building a tree structure that represents the form.