formalpara
formalpara — A paragraph with a title.
Synopsis
- Sequence of:
Attributes
Description
Formal paragraphs have a title.
Processing expectations
Formatted as a displayed block. The title
of
a formalpara
is often rendered as a run-in
head.
Parents
These elements contain formalpara
: abstract
, acknowledgements
, answer
, appendix
, article
, bibliodiv
, bibliography
, bibliolist
, blockquote
, callout
, calloutlist
, caption
, chapter
, colophon
, cover
, dedication
, dialogue
, drama
, entry
, epigraph
, example
, figure
, footnote
, glossary
, glossdef
, glossdiv
, glosslist
, index
, informalexample
, informalfigure
, itemizedlist
, legalnotice
, linegroup
, listitem
, note
, orderedlist
, partintro
, personblurb
, poetry
, preface
, printhistory
, procedure
, qandadiv
, qandaset
, question
, result
, revdescription
, section
, setindex
, sidebar
, simplesect
, step
, taskprerequisites
, taskrelated
, tasksummary
, textobject
, toc
, variablelist
.
Examples
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example formalpara</title>
<formalpara><title>This Paragraph Has a Title</title>
<para>This is a test. This is only a test. Had this been a real
example, it would have made more sense. Or less.
</para>
</formalpara>
</article>