HTML superscriptand subscripttag elements

(*-*)浩
Release: 2019-10-12 16:09:48
Original
3995 people have browsed it

HTML superscript <sup> and subscript <sub> tag elements

Html superscript:Floating content

tag Definable superscript text.(Recommended learning:html tutorial)

The content contained in thetag and its closing tagwill be based on the character height in the current text stream Half of the text is displayed, 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 thetag, it can create a great hyperlink footer.

Html subscript:Floating content

##tag can define subscript text.

Content contained within thetag and its closing tagwill be displayed at half the height of the characters in the current text stream, but the same height as the characters in the current text stream. The font and size are the same.

Tips:Both thetag and its correspondingtag are very useful in mathematical equations, scientific symbols and chemical formulas.

Usage case code

上标:DIVCSS5www.DIVCSS5.com
下标:DIVCSS5www.DIVCSS5.com
Copy after login

Add the html sup tag to the floating superscript of html, and add the html sub tag to the content that needs to be floated and lowered.

1), addbefore and after the content that needs to be floated and superscripted, and add thetag after it

2), add before the content that needs to be floated and subscripted ; followed by < sub> tag

3), there are many html tags that often use superscript or subscript in chemical expressions. We can use html superscript and subscript tags to solve this problem without using css styles.

The above is the detailed content of HTML superscriptand subscripttag elements. For more information, please follow other related articles on the PHP Chinese website!

>
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!