What do you call DHTML these days? What do you call DHTML these days? javascript javascript

What do you call DHTML these days?


It's DHTML.

  • It's not AJAX; there is no necessity to do stuff asynchronously or with XML to manipulate the DOM.
  • It's not HTML; that's static markup.
  • It's not Javascript; Javascript is a language that doesn't necessarily have to have anything to do with HTML.
  • It's not JQuery; that's a framework and whole different ball of wax.