DOM

When a web page is loaded, the browser creates a Document Object Model of the page.

Document selectors -

HTML dom is an object modal

<html>

code

<body>

<p id="demo"></p>

<script>