Render Flow - Form control basics
Read <form>
→Create FORM node
Read <input>
→Create INPUT node
Apply Bootstrap form-control class
Calculate styles: width, padding, border
Layout input box
Paint input box with styles
Composite final form control
The browser reads the form and input elements, creates nodes, applies Bootstrap's form-control styles, calculates layout and paints the styled input box.