Introduction
structure & presentation
- When building with web standards it is important to separate design into three components
- Structure
- Presentation
- Behavior
- Today most web pages do not separate these three aspects of design
Structure
Structure consists of the mandatory parts of a document; and the semantic markup of a page's contents.
- HTML
- XHTML
- XML
Presentation
Presentation is the style you give the content (includes sound for "aural" presentation).
- CSS Level 1
- CSS Level 2
Behavior
Behavior is how the structure and presentation acts.
- DOM
- ECMAScript