Working of DHTML

Explain the Working of DHTML.

DHTML as it is combination of HTML as well as JavaScript and it uses the HTML to render the text on the browser. It also uses DOM dynamic Object Model which renders its every element as an Object that can be changed by setting properties and methods. This is done with the help of Scripting. DHTML is part of the general computing trend of late '90s. This is a trend different from structured programming, with a focus on actions and toward object-based programming, where the objects can be compared to nouns in our language.

DHTML allows scripting languages to change variable in a web page's definition language, which in turn affects the look and function of otherwise "static" HTML page content, after the page has been fully loaded and during the viewing process.
What are technologies we use in DHTML?
What are technologies we use in DHTML? - Speaking in true sense there is nothing dynamic in DHTML but enclosing technologies such as CSS, JavaScript, DOM and the static markup language it becomes dynamic........
Real-world example of DHTML scripting
Real-world example of DHTML scripting - Answer:........
How to handle events with DHTML
How to handle events with DHTML - A DHTML application supports numerous events, many of them quite analogous to those of a standard VB application.......
Post your comment