- So far we have used DHTML to make fairly simple changes: font color and style, moving text around
- With the Level 1 DOM we can now not only change CSS property values but rewrite our pages on-the-fly by:
- deleting HTML elements and their content
- creating new elements and adding content
This is a bit of text to change.
Move the the right.
Move it back again.
Add text.
Remove the text.