DOM

From Wikicliki
Jump to: navigation, search

DOM stands for Document Object Model

root Element of HTML document - documentElement types of nodes - document / element / attribute HTML elements which are accepted : id, style, title, lang, dir, and className


  • document.links[id].href DOES NOT WORK IN IE