Superscript and Subscript (<sup>, <sub>)

1
2K

Superscript is used to display text above the baseline, while subscript is used to display text below the baseline. In HTML, these effects can be achieved using the <sup> and <sub> elements, respectively.

Superscript: <sup>

Example:

HTML
<p>H<sub>2</sub>O is the chemical formula for water.</p>
<p>2<sup>3</sup> equals 8.</p>

Subscript: <sub>

Example:

HTML
<p>H<sub>2</sub>O is the chemical formula for water.</p>
<p>2<sub>3</sub> is not a common mathematical notation.</p>

Note:

  • Both <sup> and <sub> are primarily used for presentation purposes and don't convey any specific semantic meaning.
  • They are often used for mathematical formulas, chemical notation, and other specialized content.

Additional Considerations:

  • You can combine superscript and subscript within the same element.
  • For more complex mathematical expressions, consider using LaTeX or specialized mathematical notation tools.

By using <sup> and <sub>, you can effectively display superscript and subscript text in your HTML documents, enhancing the readability and accuracy of content that requires these formatting elements.

Like
3
Search
Categories
Read More
Physics
ASSHU ANKOLE MOCK S.6 PHYSICS PAPER 1 GUIDE 2024
ASSHU ANKOLE MOCK S.6 PHYSICS PAPER 1 GUIDE 2024
By Landus Mumbere Expedito 2024-08-14 07:01:43 0 3K
Education
Lunch Atop A Skyscraper
By Modern American History 2024-08-02 16:39:22 0 2K
Physics
WAKISSHA UACE PHYSICS PAPER 2 2024
WAKISSHA UACE PHYSICS PAPER 2 2024
By Landus Mumbere Expedito 2024-08-01 18:31:28 1 3K
Biology
BIOLOGY ELEMENTS OF CONSTRUCT
BIOLOGY ELEMENTS OF CONSTRUCT
By Landus Mumbere Expedito 2024-08-03 18:05:53 0 2K
Technology
Introduction to Linux: Hardware Components
Linux is a versatile and powerful operating system that can run on a wide variety of hardware....
By Tebtalks Access 2024-07-13 07:13:37 0 2K