DOM: Data Object Model (http://en.wikipedia.org/w
standard way of working with elements in an xml file. in this case it means the way you access elements of the page or add an element or edit them or ...
this model can be used in any language as well as JavaScript.
DHTML: Dynamic HTML (http://en.wikipedia.org/w
using a client-side language (like JavaScript) in a HTML page to make it dynamic (this like effects, menus, etc...)
JAVASCRIPT:
most popular client-side scripting language (real name is EcmaScript) which can be used in HTML pages.
"is DHTML and Javascript the same thing"
nope! other than JavaSciprt DHTML contains other elements like CSS, DOM.
when we say DHTML, we actually mean using all of these elements.
Main Topics
Browse All Topics





by: mayankagarwalPosted on 2009-11-08 at 08:06:41ID: 25770838
DHTML stands for Dynamic HTML.
DHTML is NOT a language or a web standard.
To most people DHTML means the combination of HTML, JavaScript, DOM and CSS.