formalpara — A paragraph with a title
Formal paragraphs have a title.
Formatted as a displayed block.
The Title
of a FormalPara
is
often rendered as a run-in head.
These elements contain formalpara
: abstract
, ackno
, annotation
, answer
, appendix
, article
, bibliodiv
, bibliography
, bibliolist
, blockquote
, callout
, calloutlist
, caption
(db.caption), caution
, chapter
, colophon
, constraintdef
, dedication
, entry
, epigraph
, example
, figure
, footnote
, glossary
, glossdef
, glossdiv
, glosslist
, html:fieldset
, html:form
, important
, index
, indexdiv
, informalexample
, informalfigure
, itemizedlist
, legalnotice
, listitem
, msgexplan
, msgtext
, note
, orderedlist
, partintro
, personblurb
, preface
, printhistory
, procedure
, qandadiv
, qandaset
, question
, refsect1
, refsect2
, refsect3
, refsection
, refsynopsisdiv
, revdescription
, sect1
, sect2
, sect3
, sect4
, sect5
, section
, setindex
, sidebar
, simplesect
, step
, taskprerequisites
, taskrelated
, tasksummary
, td
, textobject
, th
, tip
, toc
, tocdiv
, variablelist
, warning
.
<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>
This Paragraph Has a Title.
This is a test. This is only a test. Had this been a real example, it would have made more sense. Or less.