What is DHTML? What are the features of DHTML?

What is DHTML? What are the features of DHTML?

DHTML stands for Dynamic HTML. The first thing that we need to clear about DHTML is that it is neither a language like HTML, JavaScript etc. nor a web standard. It is just a combination of HTML, JavaScript and CSS. It just uses these languages features to build dynamic web pages. DHTML is a feature of Netscape Communicator 4.0, and Microsoft Internet Explorer 4.0 and 5.0 and is entirely a "client-side" technology.

Features of DHTML:

1. Simplest feature is making the page dynamic.
2. Can be used to create animations, games, applications, provide new ways of navigating through web sites.
3. DHTML use low-bandwidth effect which enhance web page functionality.
4. Dynamic building of web pages is simple as no plug-in is required.
5. Facilitates the usage of events, methods and properties and code reuse.
Which browsers support DHTML and how will non-supporting browsers handle DHTML?
Which browsers support DHTML? - Version of Netscape navigator and Internet Explorer higher than 4.0 or 4.0 supports DHTML in easy way........
Describe how DHTML work with JavaScript.
Describe how DHTML work with JavaScript - As DHTML is not a language and it just use the property of HTML, JavaScript and CSS to make dynamic content.....
Distinguish between Static vs. Dynamic HTML
Distinguish between Static vs. Dynamic HTML - The easiest difference is static HTML once rendered cannot be changed on the other hand dynamic HTML can be changed.........
Post your comment