Static elements are represented in the DOM as a hierarchical tree of nodes. When the browser parses HTML, every static tag, text string, and attribute is converted into memory-allocated node objects that scripting languages like JavaScript can read, traverse, and modify
#coding