Dynamic HTML (DHTML) is a combination of technologies that enhances control of web page format. It is a TERM describing the art of making dynamic and interactive web pages. What is called DHTML consists of HTML 4, JavaScript/JScript/ECMA Common Standard, plus Cascading Style Sheets (CSS), the MS Dynamic HTML Object Model, as well as the Microsoft-specific VBScript/ActiveX Controls.
In this tutorial you will learn the basics of DHTML
Dynamic HTML is not really a new specification of HTML. It is a new way of looking at and controlling the standard HTML codes and commands. DHTML combines HTML...more »
The layer tag is a new tag introduced in Netscape 4 that allows authors to position and animate (through scripting) elements in a page. A layer can be thoug...more »
Events are generated by the browser when the user performs an action on any element, or when the page loads, when a form is submitted, etc. HTML events can ...more »