[prev] [index] [next]

Web Documents

We're (hopefully) all familiar with static web documents.
  • content marked up with tags to describe appearance
  • browser reads HTML and builds internal model
    (DOM = Document Object Model = hierarchy of components)
  • browser produces a visible rendering of DOM
Example:

[Diagram:Pic/staticpage.png]