DOMelementtejä
DOMelementtejä, often referred to as DOM elements, are the fundamental building blocks of a web page's structure. They represent the individual components that make up the Document Object Model, which is a programming interface for HTML and XML documents. When a web browser loads a web page, it parses the HTML code and creates a tree-like representation of the document's content. This representation is the DOM, and each node in this tree is a DOM element.
Common examples of DOM elements include tags like `<div>`, `<p>`, `<h1>`, `<img>`, and `<a>`. Each element has