Animations
API
Arrays
Async
Basics
Challenges
Classes
Console
Dates
Debugging
DOM Elements
DOM Methods
DOM Properties
Event Listeners
Flow Control
Forms
Functions
Global Functions
JSON
Keywords
Libraries (3rd party)
Math
Modules
Objects
Snippets
String
Types
Widgets
Window Object
According to the W3C HTML DOM standard, everything in an HTML document is a node:
With the HTML DOM, all nodes in the node tree can be accessed by JavaScript. New nodes can be created, and all nodes can be modified or deleted.
Node Relationships
The terms parent, child, and sibling are used to describe the relationships.
https://www.w3schools.com/js/js_htmldom_navigation.asp