What is DOM | Document Object Model | (getElementById) JavaScript in हिंदी /اردو – Part 1 Class 39



What is DOM ?
How to use DOM ?
What is Document Object Model ?
Why do we need it ?
DOM Examples..

The Document Object Model (DOM) is a programming interface for HTML and XML documents

It represents the page in a tree structure so that programs can read, access and 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.

Every web browser uses some document object model to make web pages accessible via JavaScript

————————————————————————————————

You can learn also……
———-
HTML Playlist….
https://www.youtube.com/watch?v=hlaGDS0PpLQ&list=PLw9zMOoodWb6KogQMHqAfXk_y0tgJSzI3
———————-

CSS Playlist….
https://www.youtube.com/watch?v=rxjFI4RlR9A&list=PLw9zMOoodWb4OtAt8aDKqklEJDqZHYXBm
———————————————————

#javascript #webdevelopment #webdesign

Comments are closed.