DOM
🏷️ CSS, HTML, Javascript
Browser create a representation of HTML and CSS as a DOM (Document Object Model)
This model allows a programming language to interact with elements of the website document as objects
When there are errors in the HTML source code, the browser will automatically fix the error and modify the DOM
https://www.digitalocean.com/community/tutorials/introduction-to-the-dom