<underline> Underline

Used to mark text that should appear with a horizontal line beneath it.

Usage/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.
Emphasis as a Toggle Switch
The @toggle attribute controls the behavior of this element. When the value of @toggle is set to “no”, the emphasized text remains in the requested style, no matter what the surrounding text does. When the value of @toggle is is “yes”, if the surrounding text is set to the same emphasis style, the text within this element will change to another emphasis style, so that the text will always be typographically distinct from its surroundings.
Using the element <italic> as an example, setting the @toggle attribute to “no” would mean that material marked as italics will always be italics, even in an italic context. In contrast, if the @toggle attribute is set to “yes” on the <italic> element, then if the formatting context imposes italics (whether due to another <italic> element, a stylesheet, some CSS, or other means), then the italics would be turned off within that context, making the emphasized text emphasized by contrast, but not italic.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  underline    (#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 | inline-media | chem-struct | inline-formula | abbrev | index-term | index-term-range-end | named-content | styled-content | fn | target | xref | sub | sup)*

Tagged Sample

Underlined text in a paragraph

...
<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>
...