02 Structured page 01 - html IDs

Main

Content in this page is inside a '#main' div.

"main" content should get extracted and wrapped when using an appropriate extraction pattern. Header and footer content should be discarded.
A good pattern to extract the content from this simple page would be XPath: //div[@id='main']

Common content IDs like id="content" class="pageContent" class="entry" can usually be found easily.

Css styles

This page also contains some CSS in the head. This css either will or won't be imported when wrapped, depending on your wrapper settings. Imported CSS often overlaps with your theme style, so you should take care when enabling this.

  1. Link to section index
  2. Link to structured page 02 (HTML4 table)
  3. Link to structured page 03 (DreamWeaver tokens)