Chapter 5. Section

Table of Contents

5.1. sect1 tag
5.1.1. sect2 tag
5.1.1.1. tag: sect3
5.1.1.2. plop again sect3
5.2. programlisting

5.1. sect1 tag

Sect1 -- A top-level section of document. Sect1 reference.

5.1.1. sect2 tag

Sect2 -- A subsection within a Sect1. Sect2 reference.

5.1.1.1. tag: sect3

Sect3 -- A subsection within a Sect2. Sect3 reference. Do you want to know more about sect4 ?

5.1.1.2. plop again sect3

data for section 3.

5.2. programlisting


  <sect1>
    <title>sect1 tag</title>
    <para>
      Sect1 -- A top-level section of document.
      <ulink url="http://www.oasis-open.org/docbook/documentation/reference/html/sect1.html">Sect1 reference</ulink>.
    </para>

    <sect2>
      <title>sect2 tag</title>
      <para>
	Sect2 -- A subsection within a Sect1.
	<ulink url="http://www.oasis-open.org/docbook/documentation/reference/html/sect2.html">Sect2 reference</ulink>.
      </para>
      <sect3>
	<title>tag: sect3</title>
	<para>
	  Sect3 -- A subsection within a Sect2.
	  <ulink url="http://www.oasis-open.org/docbook/documentation/reference/html/sect2.html">Sect3 reference</ulink>.
	  Do you want to know more about sect4 ?
	</para>
      </sect3>
      <sect3>
	<title>plop again sect3</title>
	<para>
	  data for section 3.
	</para>
      </sect3>
    </sect2>
  </sect1>