<bold>

Bold

Used to mark text that should appear in bold face for print or display

Content Model

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

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | bold | italic | monospace | overline | roman | sc | strike | underline | alternatives | inline-graphic | chem-struct | inline-formula | abbrev | named-content | styled-content | fn | target | xref | sub | sup)*

Description

Any combination of:

This element may be contained in:

<addr-line>, <aff>, <article-title>, <attrib>, <bold>, <chapter-title>, <chem-struct>, <collab>, <comment>, <conf-theme>, <copyright-statement>, <def-head>, <disp-formula>, <element-citation>, <ext-link>, <funding-statement>, <gov>, <inline-formula>, <inline-supplementary-material>, <italic>, <kwd>, <license-p>, <mixed-citation>, <monospace>, <named-content>, <on-behalf-of>, <overline>, <p>, <part-title>, <preformat>, <price>, <product>, <related-article>, <related-object>, <roman>, <sc>, <series>, <source>, <std>, <strike>, <styled-content>, <sub>, <subtitle>, <sup>, <supplement>, <target>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-title>, <underline>, <verse-line>, <xref>

Example


<article dtd-version="3.0" xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:xlink="http://www.w3.org/1999/xlink">
<front>
  <article-meta>...
    <author-comment>
      <p><bold>Conflicts of interest.</bold> The authors have declared 
      that no conflicts of interest exist.</p>
      <p><bold>Author contributions.</bold> PE, MF, STJ, EMC, DZR, 
      TS, JSL, and RL conceived and designed the experiments. PE, 
      MF, DZR, STW, CF, and KH performed the experiments. PE, MF, 
      STJ, EMC, DZR, and JSL analyzed the data. PE, MF, STJ, 
      EMC, DZR, and JSL contributed reagents/materials/analysis 
      tools. PE, MF, STJ, EMC, JSL, and RL wrote the paper.</p>
    </author-comment>...</article-meta>
</front>
<body>...
           <table>
            <thead>
              <tr>
                <td>Functional Category</td>
                <td>Gene or Operon</td>
                <td>&sigma; Factor<sup>a</sup></td>
                <td>Activated by<sup>b</sup></td>
                <td>Repressed by</td>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td>Engulfment</td>
                <td><italic>spoIID</italic></td>
                <td><bold>&sigma;<sup>E</sup></bold></td>
                <td></td>
                <td><bold>SpoIIID</bold></td>
              </tr>
              <tr>
                <td></td>
                <td><italic>spoIIM</italic></td>
                <td><bold>&sigma;<sup>E</sup></bold></td>
                <td></td>
                <td>GerR</td>
              </tr>...</tbody>
          </table>
...</article>

Module

format3.ent