Recents in Beach

Superscript Tag In Html

 Superscript Tag In Html

Superscript Text The content of a <sup>...</sup> element is written in superscript; the font size used is the same size as the characters surrounding it but is displayed half a character's height above the other characters.

Example:

<!DOCTYPE html>

<html>

<head>

<title>Superscript Text Example</title>

</head>

<body>

<p>Welcome To <sup>Launchpadlwd</sup>blog.</p>

</body>

</html>


Superscript Tag In Html

In HTML, there is the use of <sub> tag to define the subscript text. The superscript text appears in a smaller font and the half character above the normal line. It is generally used to write mathematical equations (like a3 + b2 = d2), footnotes, and many more.

Unlike superscript, the subscript text appears in a smaller font and the half character below the normal line. It is generally used to write chemical equations or chemical formulas such as H2O, H2SO4, etc

Monospaced Tag In Html Link:

https://www.launchpadlwd.xyz/2020/08/monospaced-tag-in-html.html

Post a Comment

0 Comments