1 |
DHTML consists of the following:
-
1) HTML 4.0
-
2) Cascading Style Sheets (CSS) to attach dynamic properties to document components
-
3) Document Object Model (DOM) describing and identifying components of a document
-
4) Scripts (in JavaScript) able to change properties of document components and so implement dynamic structure
|