0% found this document useful (0 votes)
181 views

DHTML

This document discusses Dynamic HTML (DHTML) which combines HTML, CSS, JavaScript, and DOM to create dynamic and interactive web pages. DHTML allows changing a webpage's look, content, and style after loading without reloading the entire page. It enables animating text, images, adding effects and interactive elements like drop-down menus to enrich the user experience on a website.

Uploaded by

tojerix332
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
181 views

DHTML

This document discusses Dynamic HTML (DHTML) which combines HTML, CSS, JavaScript, and DOM to create dynamic and interactive web pages. DHTML allows changing a webpage's look, content, and style after loading without reloading the entire page. It enables animating text, images, adding effects and interactive elements like drop-down menus to enrich the user experience on a website.

Uploaded by

tojerix332
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 14

WEB DESIGNING

 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.

 The DHTML is based on the properties of the


HTML, Javascript, CSS, and DOM (Document
Object Model which is used to access individual
elements of a document) which helps in making
dynamic content.
DHTML

 It is the combination of HTML, CSS, JS, and


DOM. The DHTML make use of Dynamic object
model to make changes in settings and also in
properties and methods. It also makes uses of
Scripting and it is also part of earlier computing
trends.
Components of Dynamic HTML

 DHTML consists of the following four


components or languages:
 HTML 4.0
 CSS
 JavaScript
 DOM.
 HTML 4.0
HTML is a client-side markup language, which is a core
component of the DHTML. It defines the structure of a
web page with various defined basic elements or tags.

 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

 It is used for designing the animated and


interactive web pages that are developed in real-
time.
 DHTML helps users by animating the text and
images in their documents.
 It allows the authors for adding the effects on
their pages.
Uses of DHTML
 It also allows the page authors for including the
drop-down menus or rollover buttons.
 This term is also used to create various browser-
based action games.
 It is also used to add the ticker on various
websites, which needs to refresh their content
automatically.
Features of DHTML
 Its simplest and main feature is that we can create
the web page dynamically.
 Dynamic Style is a feature, that allows the users
to alter the font, size, color, and content of a web
page.
 It provides the facility for using the events,
methods, and properties. And, also provides the
feature of code reusability.
Features of DHTML
 It also provides the feature in browsers for data
binding.
 Using DHTML, users can easily create dynamic
fonts for their web sites or web pages.
 With the help of DHTML, users can easily
change the tags and their properties.
 The web page functionality is enhanced because
the DHTML uses low-bandwidth effect.
Difference between HTML and DHTML

You might also like