VOOZH about

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

⇱ HTML5 MathML <mlabeledtr> tag - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML5 MathML <mlabeledtr> tag

Last Updated : 7 Jul, 2023

The MathML <mlabeledtr> tag in HTML5 is used to represent a label in a row, either on the left or on the right side inside of the <mtable> element. Child of this element is similar to normal table followed by m like <td> become <mtd>.

Syntax: 

<mlabeledtr> element </mlabeledtr>

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.
  • 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.
  • columnalign: This attribute used to specify horizontal alignment of cells specified by <mtable> for this row. Possible values are left, right and center.
  • rowalign: This attribute is used to specify the vertical alignment of cells specified by <mtable> for this row. Possible values are axis, baseline, bottom, center and top.

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

Example:  

Output: 

👁 Screenshot-from-2023-07-06-17-10-49

Supported Browsers: 

  • Google Chrome
Comment
Article Tags: