How does the internet work - mmedrano9438/peripheral-brain GitHub Wiki

When a user visits a web page, the server returns an HTML file to the browser... The browser then reads the HTML and constructs the Document Object Model (DOM). The DOM is an object representation of the HTML elements. It acts as a bridge between your code and the user interface, and has a tree-like structure with parent and child relationships.