
HTML sub tag - W3Schools
Definition and Usage The <sub> tag defines subscript text. Subscript text appears half a character below the normal line, and is sometimes rendered in a smaller font. Subscript text can be used …
<sub>: The Subscript element - HTML | MDN - MDN Web Docs
Oct 26, 2025 · The <sub> HTML element specifies inline text which should be displayed as subscript for solely typographical reasons. Subscripts are typically rendered with a lowered …
HTML Subscript and Superscript Tags - GeeksforGeeks
Jan 14, 2025 · In HTML, the <sub> tag is used for subscript, making text appear slightly below the normal line, while the <sup> tag is used for superscript, positioning text slightly above the …
<sub> HTML Tag
The <sub> element is used to identify characters that should be rendered in a subscript position. The element should be used mark text according to typographical conventions and not stylistic …
HTML sub tag - Learn HTML | W3Docs
The <sub> tag is used to define the subscript text that appears half a character below the line, and is rendered in a smaller font. See examples and Syntax.
HTML element - Wikipedia
An HTML element is a type of HTML (HyperText Markup Language) document component, one of several types of HTML nodes (some common node types include document, document …
HTML: <sub> tag - TechOnTheNet
The HTML <sub> tag defines subscript text in an HTML document. For example, in the chemical formula CO 2, the number 2 is rendered as subscript which has a smaller font and appears …
HTML <sub> Tag - Computer Hope
Mar 21, 2025 · When writing in HTML (HyperText Markup Language), the <sub> tag is an inline element used to designate subscript text, which appears lower, and usually smaller than the …
HTML <sub> Tag - CSS Portal
The <sub> HTML tag is used to define subscript text within the content of a web page. Subscript text is typically displayed in a smaller font size and positioned slightly lower than the …
HTML <sub> Tag - Quackit Tutorials
The HTML <sub> tag represents subscript text in an HTML document. Subscripts and superscripts are often used in mathematical expressions and in languages such as French as …