Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 691403 of DHTML

  • Revision slug: Glossary/DHTML
  • Revision title: DHTML
  • Revision id: 691403
  • Created:
  • Creator: Afnank123
  • Is current revision? No
  • Comment

Revision Content

DHTML is a shortened form of dynamic HTML and is generally used to refer to the code behind interactive web pages not driven using plugins such as Flash or Java. The term aggregates the combined functionality available to web developers using HTML, CSS, the Document Object Model, and JavaScript.

DHTML differs from {{Glossary("Ajax")}} in that it is still based on an HTML, CSS and JS code defined at the load time. In opposition, Ajax-based pages use the {{domxref("XMLHttpRequest")}} interface to dynamically load more data.

Revision Source

<p><b>DHTM</b><strong>L</strong> is a shortened form of <em>dynamic HTML</em> and is generally used to refer to the code behind interactive web pages not driven using plugins such as Flash or Java. The term aggregates the combined functionality available to web developers using <a href="/en-US/docs/HTML">HTML</a>, <a href="/en-US/docs/CSS">CSS</a>, the <a href="/en-US/docs/DOM">Document Object Model</a>, and <a href="/en-US/docs/JavaScript">JavaScript</a>.</p>
<p>DHTML differs from {{Glossary("Ajax")}} in that it is still based on an HTML, CSS and JS code defined at the load time. In opposition, Ajax-based pages use the {{domxref("XMLHttpRequest")}} interface to dynamically load more data.</p>
Revert to this revision