#rendering-engine
Read more stories on Hashnode
Articles with this tag
Layout aka reflow is a step where the browser calculations the position and size of each element in the document considering the styles, dimensions...
The parsing stage involves taking the raw HTML & CSS code received from the server and converting it into a structured document object model (DOM)...