<preface>

The <preface> tag is a front-matter division for an author’s preface or other introductory remarks written from the author’s point of view. In a <book>, it functions much like a chapter in the <frontmatter>.

Unlike an <introduction>, a <preface> is about the origin, purpose, or scope of the work rather than the subject matter itself.

Syntax

Attributes

Attributes for <preface>
AttributeRequired?Values
component = "…"optionalstring
label = "…"optionalstring
xml:id = "…"optionalstring
xml:lang = "…"optionalstring

Children

The following may appear as children: <aside> <attribution> <biographical> <blockquote> <console> <contributors> <historical> <idx> <image> <p> <paragraphs> <pre> <program> <sbsgroup> <sidebyside> <tabular> <title> <video>

Parents

This element may appear as an immediate child of the following elements: <frontmatter>

Examples