HTML Superscript

For the placing the superscript text in a website w use the <sup> tag.We can set id for these tags by using Cascading Style Sheets.Here i teach you,how to use the <sup> tag with the example, now see

Example:

<p>Here the text is <sup>superscripted!</sup></p>



Your Result:

Here the text is superscripted!


HTML Exponents
by using the <sup> tags we can also express the exponential  expression.now see how can we use

Example:

2<sup>3</sup> = 8
16<sup>x</sup>


Your Result:

23 = 8
16x



html footnotes

we can also create the foot notes by using superscript <sup> tag.these superscripting text directs your attention.now see with example

Example:

<p>"this text directs your attention.<sup>1</sup>."
<hr />
1. Here is the example of <sup> tag.



Your Result:

"this text directs your attention1."

1. Here is the example of <sup> tag.

No comments:

Post a Comment