Dynamic Html

[ICAB4137A - Produce Basic Client Side Script for Dynamic Web Pages]

Now that we have studied some aspects of xhml,css,Javascript and dom we are ready to combine them to produce Dynamic Html

With Dhtml we have the ability to

In short we can build truly interactive pages

What is Dynamic Html ?

Dynamic Html is not a single technology, it is a combination of several client side technologies.

 dhtml = html + cascading style sheets + javascript + document object model
 dhtml = Content + Presentation          + Behaviour  +   Structure

Dhtml Examples