Element
Elements and tags are not the same things. Tags begin or end an element in source code, whereas elements are part of the DOM , the document model for displaying the page in the browser .
See also
- Getting started with HTML
- Defining custom elements
-
The
Element
interface, representing an element in the DOM.