heading

A heading in a document.

Best practice

1. Heading case

Headings should be captured in sentence case regardless of the online or print presentation style for the heading:

heading example 1

<subsection level="1" id="ss0">
<heading id="h0" level="1">Materials and methods</heading>
<subsection level="2" id="ss1">
<heading id="h1" level="2">Bacterial strains</heading>
<p>A total of 138 streptococcal strains belonging to the species 
<i>S. pneumoniae</i>, <i>S. mitis</i>, and 
<i>S. oralis</i> were studied (the strains are listed below)

2. Numbered headings

Heading numbers should be contained within a number element within the heading element:

heading example 2

<subsection level="1" id="ss0">
<heading id="h0" level="1"><number>1<x>&emsp;</x></number>Introduction</heading>
<p><link rid="b1">Liske (2000)</link> recently showed a new variant for calculating the comoving 
distance &chi;<sub>12</sub> between two objects at cosmological 

3. Implied headings

If a heading is implied by its parent element (e.g. the 'Abstract' heading in <summary>), the implicit attribute of the heading should be switched to "yes":

heading example 3

<summary>
<heading id="h1" level="2" implicit="yes">Abstract</heading>
<p>The inner product provides a conceptually and algorithmically simple method for 
calculating the comoving distance between two cosmological objects given their redshifts, right

4. Inline headings

If a heading is inline, i.e. the following text begins on the same line as the heading, the format attribute of the heading should be switched to "inline":

heading example 4

<heading id="h1" level="1" format="inline">Background<x>: </x></heading>
<p>Mouse imprinted gene <i>Peg3</i> encodes a large C2H2 type zinc finger 
protein with unique characteristics. 

5. Heading punctuation

If a heading contains terminal punctuation (e.g. ": " in the example above), the punctuation should be contained within <heading> tagged as x.


Attributes

View heading's attributes

Content model

View heading's content model

Sub-elements

Parent elements


Created: Tue Dec 23 14:02:01 2003