<monospace>

Monospace Text (Typewriter Text)

Definition

Used to mark text that should appear in a non-proportional font, such as courier, for display or print

Remarks

This is common for computer code examples, man-machine dialogues, etc., that are inline with other text. If spaces and line breaks also need to be preserved, use the block structural element <preformat>.

Model Information

Content Model

<!ELEMENT  monospace    (#PCDATA %emphasized-text;)*                 >

Description

Any combination of:

This element may be contained in:

<addr-line> Address Line; <aff> Affiliation; <alt-title> Alternate Title; <article-title> Article Title; <attrib> Attribution; <bold> Bold; <chem-struct> Chemical Structure (Display); <citation> Citation; <collab> Collaborative (Group) Author; <comment> Comment in a Citation; <conf-theme> Conference Theme; <contract-sponsor> Contract Sponsor; <copyright-statement> Copyright Statement; <corresp> Correspondence Information; <def-head> Definition List: Definition Head; <disp-formula> Formula, Display; <ext-link> External Link; <gov> Government Report, Cited; <grant-num> Grant Number; <grant-sponsor> Grant Sponsor; <inline-formula> Formula, Inline; <inline-supplementary-material> Inline Supplementary Material; <italic> Italic; <kwd> Keyword; <label> Label (Of a Figure, Reference, Etc.); <meta-name> Metadata Data Name for Custom Metadata; <meta-value> Metadata Data Value for Custom Metadata; <monospace> Monospace Text (Typewriter Text); <named-content> Named Special (Subject) Content; <on-behalf-of> On Behalf of; <overline> Overline; <p> Paragraph; <preformat> Preformatted Text; <price> Price; <product> Product Information; <related-article> Related Article Information; <role> Role or Function Title of Contributor; <sans-serif> Sans Serif; <sc> Small Caps; <series> Series; <series-text> Series Text: Header Text to Describe; <series-title> Series Title; <sig> Signature; <sig-block> Signature Block; <source> Source; <std> Standard, Cited; <strike> Strike Through; <sub> Subscript; <subject> Subject Grouping Name; <subtitle> Article Subtitle; <sup> Superscript; <supplement> Supplement Information; <target> Target of an Internal Link; <td> Table Data Cell (XHTML table model); <term> Definition List: Term; <term-head> Definition List: Term Head; <th> Table Header Cell (XHTML table model); <title> Title; <trans-source> Translated Source; <trans-subtitle> Translated Subtitle; <trans-title> Translated Title; <underline> Underline; <verse-line> Line of a Verse; <xref> X(cross) Reference

Tagged Example


...
<p>... An example of one tag and its anti-tag complement is shown 
below:</p>
<p>
<monospace>5&#x2032;-TACT.TTAC.ACAT.ATCA.CTTT.CTTT.CAAA.AATC-3&#x2032; </monospace>
</p>
<p>
<monospace>3&#x2032;-ATGA.AATG.TGTA.TAGT.GAAA.GAAA.GTTT.TTAG-5&#x2032;</monospace>
</p>
<p>Because of the words used to construct the tag repertoire ...</p>
...


Module

format.ent