VOOZH about

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

⇱ HTML5 | MathML <msup> Tag - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML5 | MathML <msup> Tag

Last Updated : 22 Aug, 2021

The MathML <msup> tag in HTML5 is used to print power on any expression. 


Syntax:  

<msup> child elements </msup>


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

  • class|id|style: This attribute is used to hold the styles of the child elements.
  • mathbackground: This attribute holds the value of the math expressions background color.
  • href: This attribute is used to hold any hyperlink to a specified URL.
  • mathcolor: This attribute holds the color of the math expressions.
  • superscriptshift: This attribute defines the minimum space that shift the superscript above the baseline of the expression.


Below example illustrates the MathML <msup> tag in HTML5:

Example:  

Output:  

👁 Image


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

  • Firefox
  • Safari


 

Comment