September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this chapter, you learned about various web APIs. You now have a good overview of what functionalities are available to you within a browser through them.
The following key points were presented in this chapter:
The DOM API allows program-based access to the DOM, a hierarchical tree structure that represents the object model for a web page.
The individual components in this tree structure are called nodes, and different types of nodes exist. The most important ones are document nodes, element nodes, text nodes, and attribute nodes.
The DOM API defines properties and methods that enable you to access or modify the data on a web page.
For example, you can add elements, delete elements, ...
Read now
Unlock full access