JavaScript DOM APIs

Topics 

  • HTML DOM objects 
  • Window object 
  • Document object 
  • DOM APIs
  • DOM Event handling
  • Form handling 
  • Event object

HTML DOM Objects 

  • The HTML DOM defines a standard set of objects for HTML, and a standard way to access and manipulate HTML elements 
    • All HTML elements, along with their containing text and attributes, can be accessed through the DOM 
    • The contents can be modified or deleted, and new elements can be created. 
  • The HTML DOM is platform and language independent 
    • It can be used by any programming language like Java, JavaScript, and VBScript

 

Download course content