Help:Double underscore: Difference between revisions
Jump to navigation
Jump to search
(Created page with "In many of the Mahatma Letters, the writer has drawn a double underscore for emphasis. Special coding is necessary to add similar emphasis to transcriptions of letters: ::'''...") |
No edit summary |
||
Line 7: | Line 7: | ||
::'''<u><span style="border-bottom: 1px double #000;">This phrase will have a double underscore.</span></u>''' | ::'''<u><span style="border-bottom: 1px double #000;">This phrase will have a double underscore.</span></u>''' | ||
As a contrast, this is the same phrase with a single underscore, achieved by using <u> and </u> tags. | As a contrast, this is the same phrase with a single underscore, achieved by using the common '''<nowiki><u></nowiki>''' and '''<nowiki></u></nowiki>''' tags. | ||
::'''<u>This phrase will have a single underscore.</u> | ::'''<u>This phrase will have a single underscore.</u> |
Latest revision as of 19:31, 6 March 2020
In many of the Mahatma Letters, the writer has drawn a double underscore for emphasis. Special coding is necessary to add similar emphasis to transcriptions of letters:
- <u><span style="border-bottom: 1px double #000;">This phrase will have a double underscore.</span></u>
This result will be:
- This phrase will have a double underscore.
As a contrast, this is the same phrase with a single underscore, achieved by using the common <u> and </u> tags.
- This phrase will have a single underscore.