how is HTML rendered by the browser? - mmedrano9438/peripheral-brain GitHub Wiki
When the browser reads the HTML document, whenever it encounters an HTML element, it creates a JS object called a Node. Eventually, all html elements will be converted to a Node. After the browser has created nodes from the HTML document, it has to create a "tree-like" structure of these node objects HTML stands for: Hypertext Markup Language