<dlhead>

The <dlhead> element contains optional headings for the term and description columns in a definition list (<dl>). The definition list heading might contain a heading for the column of terms (<dthd>) and a heading for the column of descriptions (<ddhd>).

Content models

See appendix for information about this element in OASIS document type shells.

Inheritance

- topic/dlhead

Example

This section is non-normative.

Example 1. Definition list with a heading
<dl>
 <dlhead>
  <dthd>Image File View Selection</dthd>
  <ddhd>Resulting Information</ddhd>
 </dlhead>
 <dlentry>
  <dt>File Type</dt>
  <dd>Image's file extension</dd>
 </dlentry>
 <dlentry>
  <dt>Image Class</dt>
  <dd>Image is raster, vector, metafile or 3D</dd>
 </dlentry>
 <dlentry>
  <dt>Number of pages</dt>
  <dd>Number of pages in the image</dd>
 </dlentry>
 <dlentry>
  <dt>Fonts</dt>
  <dd>Names of the fonts contained within a vector image</dd>
 </dlentry>
</dl>

Content model

<dthd>?, <ddhd>?

Contained by

<dl>

In order
  1. Optional <dthd>
  2. Optional <ddhd>

Contained by

  • <dl>

Inheritance

- topic/dlhead

The <dlhead> element is a base element type. It is defined in the topic module.

Attributes

The following attributes are available on this element: Universal attribute group and outputclass.