Skip to content
EntityQ380153· pop 36· linked from 266 articles

Dynamic HTML

Sign in to save

Also known as DHTML

umbrella term for a collection of technologies (e.g., HTML, JavaScript, CSS and DOM) used together to create interactive and animated web sites

Wikidata facts

Image
Dhtml-schema.png
Show 1 more fact
Sources (2)

via Wikidata · CC0

~9 min read

Article

Dynamic HTML, or DHTML, is a term which was used by some browser vendors to describe the combination of HTML, style sheets and client-side scripts (JavaScript, VBScript, or any other supported scripts) that enabled the creation of interactive and animated documents. The application of DHTML was introduced by Microsoft with the release of Internet Explorer 4 in 1997.

DHTML (Dynamic HTML) allows scripting languages, such as JavaScript, to modify variables and elements in a web page's structure, which in turn affect the look, behavior, and functionality of otherwise "static" HTML content after the page has been fully loaded and during the viewing process. Thus the dynamic characteristic of DHTML is the way it functions while a page is viewed, not in its ability to generate a unique page with each page load.

Connections

Categories