DOM
Document Object Model—the programming interface representing HTML documents as a tree structure that JavaScript can manipulate. Understanding the DOM helps debug layout issues and write effective code overrides. Framer abstracts most DOM manipulation through its visual tools while allowing direct access when needed.