What is DHTML? Why use DHTML? Many people may have only heard of dhtml and don't really understand dhtml. Let's explain some knowledge about DHTML.
DHTML is dynamic html, which is a concept relative to static html. Many aspects are in html4.0. DHTML is a standard universal language. Application, DHTML is not a language, it is an integration of html, css and client script. It has been replaced by js.
In the eyes of many people, DHTML is a function that enables web pages to achieve dynamic effects, and dhtml is a combination of html, css and js.
#Why use DHTML?
Using dhtml technology, you can realize dynamic pages that interact with users, but in actual situations, the use of dhml can operate all elements on the web page, and developers can dynamically hide content, and Modify the style, and sometimes you can also bind elements to external data sources to display external information in the web page.
What is the role of DHTML?
Under normal circumstances, the download of web pages must be processed by the server, but DHTML does not need to be processed by the server. DHTML is a relatively practical web design technology. DHTML will not start the loading function for every user, but it can provide some dynamic elements. A long time ago, drop-down menus and other complex pages were completed using DHTML.
The above is the complete introduction to what DHTML is. If you want to know more about HTML tutorial, please pay attention to the php Chinese website.
The above is the detailed content of What is DHTML. For more information, please follow other related articles on the PHP Chinese website!