Home  >  Article  >  Web Front-end  >  What does the sub tag mean in html?

What does the sub tag mean in html?

云罗郡主
云罗郡主Original
2019-02-18 13:18:126380browse

What does the sub tag in html mean?

Function: Define subscript text.

Note: The content contained in the b96cac025db4031319c29e1eb68f19d6 tag and its closing tag 270ea406e83044e5b95e23270c35ff95 will be displayed with half the height of the characters in the current text stream, but with the same font as the text in the current text stream. and font size are the same.

Note: Both the b96cac025db4031319c29e1eb68f19d6 tag and its corresponding 2cdea26b4c3988e37d674b56660962a7 tag are very useful in mathematical equations, scientific symbols, and chemical formulas.

html sub tag example

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
这段文本包含 <sub>下标</sub>
</body>
</html>


The above is the detailed content of What does the sub tag mean in html?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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