Back to Developer Roadmap

DOM APIs

src/data/roadmaps/javascript/content/[email protected]

4.0561 B
Original Source

DOM APIs

With HTML DOM, JavaScript can access and change all the elements of an HTML document such as its attributes, CSS styles, remove elements, add and create new elements on the page. Web API means application programming interface for the web. All browsers have a set of built-in Web APIs to support complex operations, and to help accessing data. Like Geo-location API, Web Storage, Web History and others.

Visit the following resources to learn more: