Render Tree
It is a combined representation of Document Object Model (DOM) and CSS Object Model (CSSOM) where DOM nodes and CSS rules are matched together.
Browser parses HTML document and constructs a DOM tree where each element represents a node in the DOM tr...
avinashpayak.hashnode.dev3 min read