<sup> Tag in HTML 5

In this article I am going to explain about sSup> tag in Html 5
  • 2149

Definition

The <sup>  use for display upper subscript text. Upper subscript text means such type of text that display half upper from the baseline, its mainly used for display mathematics formula.

Browser that supports <sup> tag

Internet explorer, Mozilla firefox, Google chrome, Opera and Safari browsers.

Lets take an example of <sup> tag

<html>
<head>
<p>
100<sup>2</sup></p>
<p>
78<sup> 3</sup></p>
</head>
</html>
 

Output

sup.jpg

Further Readings

You may read more about HTML 5 Tags:  here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

© 2020 DotNetHeaven. All rights reserved.