|
|
DHTML Programming
What is DHTML?
DHTML is the combination of several built-in browser features
in fourth generation browsers that enable a Web page to be more
dynamic.
DHTML is not a scripting language (like JavaScript),
but merely a browser feature- or enhancement- that gives your
browser the ability to be dynamic. DHTML is a collection of
features that together, enable your Web page to be dynamic.
While most scripting languages produce dynamic pages work on
the server-side, DHTML is "dynamic" in that it gives the browser
the ability to alter a Web page's look and style after the document
has already loaded. |
|