In the layout step, the browser:
In the layout step, the browser:
- first resizes elements before computing their position
- computes the size and position of render tree elements
- displays the on-screen elements in their new positions
- forces the DOM to be rebuilt

In the layout step, the browser:
Correct answer is:
- computes the size and position of render tree elements
Leave a Comment