DHTML
DHTML
Course :BCA
Sem Course :BCA
Semester :4th
Subject : WD
Faculty: Ms. Rubbina
Topic :DHTML
DHTML
DHTML stands for Dynamic Hypertext
Markup language i.e., Dynamic HTML.
Dynamic HTML is not a markup or
programming language but it is a term that
combines the features of various web
development technologies for creating the
web pages dynamic and interactive.
DHTML
The DHTML application was introduced by
Microsoft with the release of the 4th version of IE
(Internet Explorer) in 1997.
CSS
CSS stands for Cascading Style Sheet, which allows
the web users or developers for controlling the style
and layout of the HTML elements on the web pages.
JavaScript
JavaScript is a scripting language which is done on a
client-side. The various browser supports JavaScript
technology. DHTML uses the JavaScript technology
for accessing, controlling, and manipulating the HTML
elements. The statements in JavaScript are the
commands which tell the browser for performing an
action.
DOM
DOM is the document object model. It is a w3c
standard, which is a standard interface of programming
for HTML. It is mainly used for defining the objects
and properties of all elements in HTML.
WHY USE DHTML?
DHTML makes a webpage dynamic but Javascript also
does, the question arises that what different does
DHTML do?
So the answer is that DHTML has the ability to change
a webpages look, content and style once the document
has loaded on our demand without changing or deleting
everything already existing on the browser’s webpage.
Uses of DHTML