Skip to main content

4 docs tagged with "DOM Interface"

View All Tags

Document

Document is defined as: DOM Interface to rep Root of document. Topics on: .querySelector(), .createElement(), .getElementbyId(), Viewport. Read more: JS, JS Con

DOM Interface

DOM Interface is defined as: Object Interface to expose portion of DOM API to Programming Language (ie JS). Topics on: DOM Interfaces are provided as API to J

Element

Element is defined as: abstract DOM Interface to Prototypal Inheritance some useful props/methods. Topics on: scrollIntoView(). Read more: JS, JS Concepts, Java

Node

Node is defined as: DOM Interface & Abstract Class upon which every member in DOM Tree are based. Topics on: Abstract Class, Node instance properties, Node inst