Home > Web Front-end > HTML Tutorial > What is the use of HTML tag?

What is the use of HTML tag?

(*-*)浩
Release: 2019-11-29 14:27:48
Original
3437 people have browsed it

HTML Tag

What is the use of HTML <sup> tag?

##All browsers support the tag.


Definition and usage

tag can define superscript text.                 (Recommended learning: html tutorial)

The content contained in the tag and its closing tag will be based on the current text flow It is displayed at half the character height, but the font and size are the same as those in the current text stream.

Tip: This tag is useful for adding footnotes to documents and for representing exponent values ​​in equations. If used in conjunction with the tag, it can create a great hyperlink footer.

Example

<html>
<body>
<p>
This text contains <sup>superscript</sup>
</p>
</body>
</html>
Copy after login

Rendering:

What is the use of HTML <sup> tag?

The above is the detailed content of What is the use of HTML tag?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template