September 2024
Beginner to intermediate
985 pages
35h 37m
English
So far, we’ve used the browser as a means to an end: for running relatively simple examples. But the language's potential within the browser isn’t fully utilized until you use it to create a dynamic web application. An important basis for this is the Document Object Model, which manages the structure of a web page in the form of a tree structure and can be changed dynamically using JavaScript.
Some of the examples in previous chapters already dynamically generated content within an HTML page, but we need to take a closer look at this topic. In general, content can be generated dynamically both on the backend (i.e., on the side of the server that sends the content of a webpage to the client) and on the frontend. ...
Read now
Unlock full access