How to Type Superscripts in Microsoft Word and HTML
Learn how to easily type superscripts in Word and HTML with these quick tips.
220 views
To type a superscript, use built-in features of word processors or text editors. In Microsoft Word, select the text and press Ctrl + Shift + =. On Mac, use Cmd + Shift + =. For HTML, use the `<sup>` tag, like `x<sup>2</sup>`, which outputs x². Some apps, like Google Docs, offer Format > Text > Superscript options from the menu.
FAQs & Answers
- What is a superscript? A superscript is a character that appears smaller and above the baseline of the text, commonly used for exponents.
- Can I type superscripts on Google Docs? Yes, you can type superscripts in Google Docs by selecting Format > Text > Superscript.
- How do I write superscripts in HTML? In HTML, you can write superscripts using the <sup> tag, for example: x<sup>2</sup>.
- Are there keyboard shortcuts for typing superscripts? Yes, in Microsoft Word, press Ctrl + Shift + = for superscripts, and on Mac, use Cmd + Shift + =.