HTML Tutorial
<sup>
Taggen <sup>
används för att skapa text i upphöjd grad, t.ex. vid matematiska ekvationer eller kemiska formler.
<sup>
Taggen <sup>
har inga attribut.
<sup>
<h1>Upphöjd text</h1>
<p>x<sup>2</sup> + y<sup>2</sup> = z<sup>2</sup></p>
Utforska taggen <sup>
<!DOCTYPE html>
<html>
<head>
<title>Exempel på <sup></title>
</head>
<body>
<h1>Upphöjd text</h1>
<p>x<sup>2</sup> + y<sup>2</sup> = z<sup>2</sup></p>
</body>
</html>