<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>How to Use SVG in HTML</title>
</head>
<body>
  <p>The speed of light is 3 x 10<sup>8</sup> meters per second.</p>
  <p>This study was conducted in 2023<sup>[1]</sup>.</p>
  <p>The area of a circle is calculated using the formula A = πr<sup>2</sup>.</p>
  <p>OpenAI <sup>TM</sup> is an artificial intelligence research organization.</p>
</body>
</html>
sup {
    font-size: 1em;
    vertical-align: super;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.