//Example
document // document of html
document.head
document.title
document.body
console.log(document.head)
Whenever we run html file in browser the browser engine convert in tree structure that is Real DOM