filmov
tv
Document Object Model (DOM) - Introduction | JavaScript Bangla Tutorial

Показать описание
The Document Object Model (DOM) is a programming interface for HTML and XML documents. It represents the page so that programs can change the document structure, style, and content. The DOM is an object-oriented representation of the web page, which can be modified with a scripting language such as JavaScript.
With the object model, JavaScript gets all the power it needs to create dynamic HTML:
• JavaScript can change all the HTML elements in the page
• JavaScript can change all the HTML attributes in the page
• JavaScript can change all the CSS styles in the page
• JavaScript can remove existing HTML elements and attributes
• JavaScript can add new HTML elements and attributes
• JavaScript can react to all existing HTML events in the page
• JavaScript can create new HTML events on the page
Related Tags: javascript, document object model, dom, javascript dom, javascript tutorial, javascript tutorials, tutorial, programming, js dom, js, javascript document object model, HTML, CSS, es6, dom javascript, javascript crash course, what is the DOM in javascript?, What is DOM?, DOM Bangla Tutorial, Document Object Model Bangla, Saidur Rahman Setu, javascript tutorials for beginners, HTML DOM
#JavaScript #BanglaTutorial #DOM
With the object model, JavaScript gets all the power it needs to create dynamic HTML:
• JavaScript can change all the HTML elements in the page
• JavaScript can change all the HTML attributes in the page
• JavaScript can change all the CSS styles in the page
• JavaScript can remove existing HTML elements and attributes
• JavaScript can add new HTML elements and attributes
• JavaScript can react to all existing HTML events in the page
• JavaScript can create new HTML events on the page
Related Tags: javascript, document object model, dom, javascript dom, javascript tutorial, javascript tutorials, tutorial, programming, js dom, js, javascript document object model, HTML, CSS, es6, dom javascript, javascript crash course, what is the DOM in javascript?, What is DOM?, DOM Bangla Tutorial, Document Object Model Bangla, Saidur Rahman Setu, javascript tutorials for beginners, HTML DOM
#JavaScript #BanglaTutorial #DOM
Комментарии