About 1,290,000 results
Open links in new tab
  1. 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 …

  2. <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 …

  3. 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 …

  4. <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 …

  5. 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.

  6. 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 …

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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 …