Content deleted Content added
Putting the role of SVG into context (unfortunately SVG is not in widespread use) |
m edited a little ... and fixed a link that no longer exists. |
||
Line 2:
'''Dynamic HTML''' or '''DHTML''' designates a technique of creating interactive [[web site]]s by using a combination of the [[static]] [[markup language]] [[HTML]], a [[client-side scripting]] language (such as [[JavaScript]]) and the style definition language [[Cascading Style Sheets]].
It may be used to create small applications in
To the dismay of some web developers, Dynamic HTML appears 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. However recent browsers (
== External links ==
* http://www.
|