VOOZH about

URL: https://www.geeksforgeeks.org/html/html5-mathml-msub-tag/

⇱ HTML5 | MathML <msub> Tag - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML5 | MathML <msub> Tag

Last Updated : 22 Aug, 2021

The MathML <msub> tag in HTML is used to print the base power on any expression. 


Syntax: 

<msub> Contents </msub>


Attributes: This tag accepts some attributes which are listed below:  

  • class|id|style: This attribute holds the style of the contents.
  • mathbackground: This attribute holds the value of the math expressions background color.
  • href: This attribute holds any hyperlink to a specified URL.
  • mathcolor: This attribute holds the color of the math expressions.
  • subscriptshift: This attribute defines the minimum space that shift the subscript below the baseline of the expression.


Below example illustrates the MathML <msub> tag in HTML5:
Example:  

Output:  

👁 Image


Supported Browsers: The browsers supported by HTML5 MathML <msub> tag are listed below:  

  • Firefox
  • Safari


 

Comment