Superscript: Difference between revisions

Jump to navigation Jump to search
(Created page with "Using <code><sup></sup></code> and <code><sub></sub></code> to make text <sup>Superscript</sup> and <sub>subscript</sub> respectively. Category:Help")
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
Using <code>&lt;sup&gt;&lt;/sup&gt;</code> and <code>&lt;sub&gt;&lt;/sub&gt;</code> to make text <sup>Superscript</sup> and <sub>subscript</sub> respectively.
==Overview==
To create a superscript, you just put the code <nowiki> <sup> around the text </sup> </nowiki>.
 
 
'''Type the following:'''
 
<nowiki>
Example of <sup>your text here</sup>
</nowiki>
 
 
'''To create this:'''
 
Example of <sup>your text here</sup>


[[Category:Help]]
[[Category:Help]]

Latest revision as of 11:22, 20 August 2013

Overview

To create a superscript, you just put the code <sup> around the text </sup> .


Type the following:

Example of <sup>your text here</sup>


To create this:

Example of your text here