Introduction to DHTML
DHTML is an entirely “client-side” technology
- It does not require plugins and embeds seamlessly into a web page.
- Underlying technologies-HTML, CSS, javaScript
- Allows changing of content, color, fonts, etc. dynamically
What is DHTML?
It is considered to be made up of HTML, Cascading Style Sheets (CSS), and Scripting language.
All three of these components are linked via Document Object Model (DOM).
DOM
For those who don’t know about DOM, it is the interface that allows scripting languages to access the content, style, and structure of the web documents and change them dynamically