Content deleted Content added
Changing short description from "Umbrella term for a collection of technologies (e.g., HTML, JavaScript, CSS and DOM) used together to create interactive and animated web sites" to "Coding interactive or animated websites" (Shortdesc helper) |
Anton.bersh (talk | contribs) Lead: this sentence is not supported, uses weasel words |
||
Line 3:
{{Html series}}
'''Dynamic HTML''', or '''DHTML''', is a collection of technologies used together to create interactive and animated [[website]]s by using a combination of a static [[markup language]] (such as [[HTML]]), a [[client-side scripting]] language (such as [[JavaScript]]), a presentation definition language (such as [[Cascading Style Sheets|CSS]]), and the [[Document Object Model]] (DOM).<ref>{{cite web|url=http://www.w3.org/Style/#dynamic|title=Web Style Sheets|website=www.w3.org|access-date=7 April 2018}}</ref> The application of DHTML was introduced by [[Microsoft]] with the release of [[Internet Explorer 4]] in 1997
DHTML allows scripting languages to change [[variable (programming)|variable]]s in a web page's definition language, which in turn affects the look and function of otherwise "static" HTML page 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.
|