Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 428 Bytes

File metadata and controls

11 lines (9 loc) · 428 Bytes

JavaScriptAssignment

description

name: Ohue Joy mat no: uj/2016/ns/0618 department: cs

info

What is DOM? Is a Document Object Model. When a web page is loaded, the browser creates a Document Object Model of the page.The DOM is World Wide Web Consortium standard that defines a standard for accessing documents (In other words, the HTML DOM is a standard for how to get, change, add, or delete HTML elements.)