Browser - DOM Web Api

Browser - DOM Web Api

About

The DOM Web API is a part of the Web Api that implements the DOM API in the browser to manipulate the DOM representation of a Web Page.

This API made possible to manipulate programmatically Web Page (in fact the DOM) and is made available in the browser usually in JavaScript (The browser may support other script language but Javascript is the defacto standard).

Documentation / Reference





Discover More
Domtree
DOM - Node

In DOM, every markup in an (XML|HTML) document is a node represented in a tree view. Every DOM node has at least: a , a name, and a value, which might or might not be empty. Node Type...



Share this page:
Follow us:
Task Runner