Difference between revisions of "Help:Sup"
From ApCoCoAWiki
KHiddemann (talk | contribs) (New page: superscript) |
KHiddemann (talk | contribs) |
||
Line 1: | Line 1: | ||
superscript | superscript | ||
+ | |||
+ | ==Description== | ||
+ | Contents are to be rendered as superscript text. Equivalent to the sup element from HTML. | ||
+ | |||
+ | ==Syntax== | ||
+ | <code><sup> ... </sup></code> | ||
+ | |||
+ | ==May contain== | ||
+ | *[[CoCoAXML:PCDATA|#PCDATA]] | ||
+ | |||
+ | [[Category:CoCoAXML|Sup]] | ||
+ | {{DISPLAYTITLE:Sup}} |
Revision as of 14:26, 27 July 2007
superscript
Description
Contents are to be rendered as superscript text. Equivalent to the sup element from HTML.
Syntax
<sup> ... </sup>