VOOZH about

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

⇱ HTML5 | MathML <mth> Tag - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML5 | MathML <mth> Tag

Last Updated : 30 Aug, 2021

The MathML <mth> tag is used to create header of a table or the matrices in HTML5. It is similar to <th> of a table tag.
Syntax: 
 

<mth attributes="value"> child elements </mth>


Attributes: It accepts some attributes which are listed below: 
 

  • class|id|style: This attribute is used to hold the styles of the child elements.
  • columnalign: This attribute holds the horizontal alignment of the table cells. Possible values are left, right and center.
  • href: This attribute is used to hold any hyperlink to a specified URL.
  • mathbackground: This attribute holds the value of the math expressions background color.
  • mathcolor: This attribute holds the color of the math expressions.
  • rowalign: This attribute holds vertical alignment of the table cells. Possible values are top, bottom and center.


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

Output: 
 

👁 Image


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

  • Firefox
  • Safari


 

Comment