<monospace>
Monospace Text (Typewriter Text)
Used to mark text that should appear in a non-proportional font, such as courier.
Remarks
The <monospace> is only for monospaced words that are inline with
other text, for example computer code fragments, parameters and operators, etc. For block monospace elements, particularly
where spaces and line breaks also need to be preserved, use either the generic block structural element
<preformat> (which can hold ASCII art, man-machine
dialog, or shape poetry) or the semantically explicit element
<code> (which holds script or computer coding
examples).
Content Model
<!ELEMENT monospace (#PCDATA %emphasized-text;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup)*
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- <inline-supplementary-material> Inline Supplementary Material Metadata
- Related Material Elements
- Emphasis Elements
- <alternatives> Alternatives For Processing
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Math Elements
- Other Inline Elements
- <fn> Footnote
- <target> Target of an Internal Link
- <xref> X (cross) Reference
- Baseline Change Elements
This element may be contained in:
<addr-line>, <aff>, <alt-title>, <article-title>, <attrib>, <award-id>, <bold>, <chapter-title>, <chem-struct>, <code>, <collab>, <comment>, <compound-kwd-part>, <compound-subject-part>, <conf-theme>, <copyright-statement>, <corresp>, <data-title>, <def-head>, <disp-formula>, <element-citation>, <ext-link>, <fixed-case>, <funding-source>, <funding-statement>, <gov>, <inline-formula>, <inline-supplementary-material>, <italic>, <kwd>, <label>, <license-p>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <on-behalf-of>, <overline>, <p>, <part-title>, <preformat>, <price>, <product>, <rb>, <related-article>, <related-object>, <role>, <roman>, <sans-serif>, <sc>, <series>, <series-text>, <series-title>, <sig>, <sig-block>, <source>, <std>, <strike>, <styled-content>, <sub>, <subject>, <subtitle>, <sup>, <supplement>, <target>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>, <verse-line>, <xref>
Example
... <p>... An example of one tag and its anti-tag complement is shown below:</p> <p> <monospace>5′-TACT.TTAC.ACAT.ATCA.CTTT.CTTT.CAAA.AATC-3′ </monospace> </p> <p> <monospace>3′-ATGA.AATG.TGTA.TAGT.GAAA.GAAA.GTTT.TTAG-5′</monospace> </p> <p>Because of the words used to construct the tag repertoire ...</p> ...