Dynamic HTML: Difference between revisions

Content deleted Content added
Hirzel (talk | contribs)
No edit summary
Uriyan (talk | contribs)
No edit summary
Line 1:
<b>''Dynamic HTML</b>'' is used to designate a technique of creating interactive [[web site]]s by using a combination of the static markup language [[HTML]], the browser programming language [[Javascript]] and the style definition language [[Cascading Style Sheets]]. Besides [[Macromedia Flash]] it is the most often used technique for animating web pages.
 
It may be used to create small applications in the browser for example to ease navigation, to create interactive forms or to create interactive exercises to use in [[e-learning]]. Unfortunately, Dynamic HTML has been deemed difficult to develop and debug, as the different web browsers have varying degrees of support to the aforementioned technologies, and the huge range of screen sizes commonly used by clients means the end look can be fine-tuned only on for a limited number of browser/screen size combinations.
 
Web-Reference: