Content deleted Content added
ClueBot NG (talk | contribs) m Reverting possible vandalism by 2603:8081:1E04:5AC0:E5F0:F8A2:3C8A:9565 to version by Jochen Hansoul. Report False Positive? Thanks, ClueBot NG. (4129398) (Bot) |
No edit summary Tags: Reverted Visual edit Mobile edit Mobile web edit |
||
Line 104:
==Document Object Model==
DHTML is not a technology in and of itself; rather, it is the product of three related and complementary technologies: HTML, Cascading Style Sheets (CSS), and
▲DHTML is not a technology in and of itself; rather, it is the product of three related and complementary technologies: HTML, Cascading Style Sheets (CSS), and [[JavaScript]]. To allow scripts and components to access features of HTML and CSS, the contents of the document are represented as objects in a programming model known as the [[Document Object Model]] (DOM).
The DOM API is the foundation of DHTML, providing a structured interface that allows access and manipulation of virtually anything in the document. The HTML elements in the document are available as a hierarchical
The DOM also provides access to user actions such as pressing a key and clicking the mouse. It is possible to intercept and process these and other events by creating
==Dynamic styles==
|