Root ↔ top-most Node in DOM Tree
References
<body>↔ Root Sectioning Element to hold Document Body of HTMLDocumentCapturing Phase↔Eventpropagates down, fromDocumentRoot to target Element, pass through every Parent ElementBubbling Phase↔Eventpropagate back up toDocumentRoot, pass through Parent ElementDocument↔ DOM Interface to rep Root of document