<underline>

Underline

Used to mark text that should appear with a horizontal line beneath it for display or print

Remarks

This is normally a print consideration — not a matter for XML tagging — as underlining is frequently prohibited in online works, since it is a common “this is a link” signal.

Attribute

underline-style Appearance of the Underline

Related Elements

The <underline> element is used for ordinary underlining. For underlining that involves problems with element overlap, use the milestone elements <underline-start> and <underline-end> to mark the start and end of the sequence to be underlined.

Content Model

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

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | 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 | x | break)*

Description

Any combination of:

This element may be contained in:

<abbrev>, <abbrev-journal-title>, <addr-line>, <aff>, <alt-title>, <anonymous>, <article-title>, <attrib>, <award-id>, <bold>, <chapter-title>, <chem-struct>, <collab>, <comment>, <compound-kwd-part>, <conf-acronym>, <conf-loc>, <conf-name>, <conf-num>, <conf-sponsor>, <conf-theme>, <copyright-statement>, <corresp>, <date-in-citation>, <def-head>, <degrees>, <disp-formula>, <edition>, <element-citation>, <email>, <etal>, <ext-link>, <fax>, <funding-source>, <funding-statement>, <given-names>, <gov>, <history>, <inline-formula>, <inline-supplementary-material>, <institution>, <issue>, <issue-part>, <issue-sponsor>, <issue-title>, <italic>, <journal-subtitle>, <journal-title>, <kwd>, <label>, <license-p>, <meta-name>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <on-behalf-of>, <overline>, <p>, <part-title>, <patent>, <phone>, <prefix>, <preformat>, <price>, <product>, <publisher-loc>, <publisher-name>, <related-article>, <related-object>, <role>, <roman>, <sans-serif>, <sc>, <self-uri>, <series>, <series-text>, <series-title>, <sig>, <sig-block>, <source>, <speaker>, <std>, <strike>, <string-conf>, <string-date>, <string-name>, <styled-content>, <sub>, <subject>, <subtitle>, <suffix>, <sup>, <supplement>, <surname>, <target>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>, <unstructured-kwd-group>, <uri>, <verse-line>, <volume>, <volume-id>, <volume-series>, <x>, <xref>

Example

...
<p>... Oligonucleotide primers for the amplification of TbH4 included
5&#x2032;-ATTAGGT<italic>CAT</italic><underline><italic>ATG</italic>

</underline><bold>CACCATCACCATCACCAT</bold>ACGCAGTCGCAGACCGTGACGG and
3&#x2032;-TATAGG<italic>AAGCTT</italic>CTAATCCTCGGTGTAGAGCGCCTCG. XP-1 was 
amplified with 5&#x2032;-CAATTA<italic>CAT</italic><underline>
<italic>ATG</italic></underline><bold>CATCACCATCACCATCAC</bold>
AACGACGGCGAAGGAACTGTGC and 3&#x2032;-AACCTG<italic>GAATTC</italic>GTCCATGCTCACTTCGAC,
and the 38-kDa antigen was amplified with 5&#x2032;-CAATTA<italic>CAT</italic>
<underline><italic>ATG</italic></underline><bold>CATCACCATCACCATCAC</bold>
TGTGGCTCGAAACCACCGAGC and ...</p>
...

Module

format3.ent