DHTML Tutorials

adplus-dvertising
What is DHTML?
Previous Home Next

DHTML stands for Dynamic HTML. DHTML 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.

DHTML has the following features:

  • Dynamic content, which allows the user to dynamically change Web page content.
  • Dynamic positioning of Web page elements
  • Dynamic building of web pages is simple as no plug-in is required.
  • Facilitates the usage of events, methods and properties and code reuse.
  • Dynamic style, which allows the user to change the Web page’s color, font, size or content.

While DHTML enhances the website user’s experience, the technology may also be frustrating for users when it is used incorrectly.

Following problems can rise up in such scenario:

  • It can be difficult to develop and debug because of lack of Web browser and technological support.
  • DHTML scripts may not work correctly in various Web browsers.
  • The Web page layout may not display correctly when it is developed to display in different screen size combinations and in different browsers.
Previous Home Next