Table of Contents

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