FormalPara ::= (Title, (IndexTerm)*, Para)
The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.
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, Answer, Appendix, Article, AuthorBlurb, BiblioDiv, Bibliography, BlockQuote, Callout, Caption, Caution, Chapter, Colophon, Dedication, entry, Epigraph, Example, Footnote, Glossary, GlossDef, GlossDiv, Highlights, Important, Index, IndexDiv, InformalExample, LegalNotice, ListItem, MsgExplan, MsgText, Note, PartIntro, Preface, PrintHistory, Procedure, QandADiv, QandASet, Question, RefSect1, RefSect2, RefSect3, RefSynopsisDiv, Sect1, Sect2, Sect3, Sect4, Sect5, Section, SetIndex, Sidebar, SimpleSect, Step, TextObject, Tip, Warning.
<!DOCTYPE formalpara PUBLIC "-//OASIS//DTD DocBook V3.1//EN"> <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>
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.
For additional examples, see also Para.
Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.