|
| 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 |
| |
| DHTML Introduction |
| 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... |
| The < layer > tag |
| 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... |
| Style object of IE |
| HTML elements in IE 4 now all support a style object, which is essentially the "dynamic" object used to manipulate the look and "feel" of t... |
| < span > Tag |
| The <span> tag is used to group inline-elements in a document.The <span> tag has... |
| DHTML Events |
| 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 ... |
| DHTML CSS |
| You can use JavaScript to change the styles of html elements. To change the element styles you will use the statement... |
|
|