DHTML Introduction
What Is DHTML?
Dynamic HTML (DHTML) is just CSS (Cascading Style Sheets), DOM (Document Object Model),
Scripting (JavaScript or VBScript) and HTML. DHTML
isn't a language it's just a mix of those technologies.
Basically, with DHTML you can control your HTML elements dynamically, by modifying the Document Object Model with JavaScript or VB Script.
|