2.8. Dynamic HTML
-
Dynamic HTML (or DHTML) is an HTML page whose content is changed
at run-time.
-
The advent of web-standards and modern web-browsers, enables writing
DHTML pages that are portable across many platforms.
-
Can be used to make the web-page feel more like a live application.
-
Can cause more potential problems than static HTML.
-
Generally, unneeded for most serious uses.
Written by Shlomi Fish