DHTML is the art of combining HTML, JavaScript, DOM, and CSS.
Should have a basic understanding of the following Languages : (You can Learn From our Repository)
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.
According to the World Wide Web Consortium (W3C):"Dynamic HTML is a term used by some vendors to describe the combination of HTML, style sheets and scripts that allows documents to be animated."
The W3C HTML 4 standard has rich support for dynamic content:
DHTML is about using these features, to create dynamic and interactive web pages.
JavaScript is the most popular scripting language on the internet, and it works in all major browsers.
DHTML is about using JavaScript to control, access and manipulate HTML elements.
You can read more about JavaScript in the next chapter of this tutorial.
The HTML DOM is a W3C standard. It describes the Document Object Model for HTML.
The HTML DOM defines a standard way for accessing and manipulating HTML documents.
DHTML is about using the DOM to access and manipulate HTML elements.
You can read more about the HTML DOM in a later chapter of this tutorial.
HTML events are a part of the HTML DOM.
DHTML is about creating web pages that reacts to (user)events.
You can read more about events in a later chapter of this tutorial.
CSS defines how to display HTML elements.
DHTML is about using JavaScript and the HTML DOM to change the style and positioning of HTML elements.
You can read more about CSS in a later chapter of this tutorial.
Your Query was successfully sent!