DHTML (Dynamic HTML) is a Microsoft enhancement to HTML version 4.0. DHTML enables, among other things, the inclusion of small animations and dynamic menus in web pages. DHTML code makes use of style sheets and JavaScript that lets you create special effects such as text that flies off the page one word at a time, or rotating billboard-style transition effects between pages, rollover buttons etc.
EXAMPLESResize Image
Background Changer
Blinking Text Link
TUTORIAL
STEP 1:
For this tutorial you are going to insert a Blinking Text link. Select and copy the text below:
Paste the code into the <HEAD> tag of your web page:

Select and copy the text below:
Paste the code into the <BODY> tag of your web page:

Change the link address to your web page.

Save and view your web page in a browser.
Blinking link
Some older versions of web browsers ( IE 3.0, Netscape 6, Mozilla, Firefox 1, or Opera 6 ) don't support DHTML, so some pages containing DHTML might not be displayed properly or might contain errors when viewed by some site visitors.
OTHER TUTORIALS