tags:

views:

87

answers:

3

What is a .dhtml page?

+6  A: 

DHTML is a TERM describing the art of making dynamic and interactive web pages.

For more information check out http://www.w3schools.com/dhtml/default.asp

Starx
+1  A: 

Also check out http://www.dynamicdrive.com/

Daniel
+1  A: 

DHTML, is a term for a collection of technologies used together to create interactive and animated web sites by using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language (such as CSS), and the Document Object Model.

learner