Web Design Specialists. |
Dynamic HTML
DHTML is the combination of several built-in browser features in fourth generation browsers that
enable a web page to be more dynamic. "Dynamic" is defined
as the ability of the browser to alter a web page's look and style after the document has loaded. |
Dynamic HTML or DHTML
is a collection of technologies that web developers use to
create web pages that are updated on demand. In a DHTML web page,
fonts, element positions, and graphics can change as you look at them in the browser. Dynamic
HTML makes your Web documents more interactive. In DHTML, the content might also
contain instructions for how changes should take place in the presentation of the web page. Dynamic
HTML occurs on the client-side. It doesn't involve reconnecting to the server for
more information.
Dynamic HTML is used in conjunction with
HTML elements in IE 4 now all support a style object, which is essentially the "dynamic" object used to
manipulate the look and feel of that element. Like the
Dynamic HTML relates to the W3C's broader efforts to create an interface called the Document
Object Model (DOM). The aim of DOM is to allow programmers to dynamically update the
content, structure, and style of documents.
The promise of DHTML is dynamic interaction between the user and a web page. Java makes this same
claim, but web pages using DHTML techniques are less memory intensive and faster
than current Java implementations. This dynamism can give the user a
richer experience on the internet. The potential is there for web pages that more
seamlessly invite and support user interaction.
There are differences in how Microsoft and Netscape implement DHTML.
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z