Microsoft IE 4.0
Dynamic HTML
- Positioning control (in X, Y and Z planes)
- Position can be changed at run time (e.g. on mouseOver event)
Dynamic Content
The Document Object Model (DOM) can be used to change the content at runtime:
function change() "new header"
...
<H1 id=foo onclick=change()>Old header</H1>
For example a table of contents could be built dynamically