MathML <mlabeledtr> tag


The HTML5 MathML <mlabeledtr> tag is utilized to indicate a label within a row, positioned either on the left or right side within the <mtable> element. The child elements of this tag function similarly to a regular table, with the addition of "m" prefixes, such as <td> becoming <mtd>

Attributes: The <mlabeledtr> tag accepts the following attributes: 

- class|id|style: This attribute is used to define the styles for the child elements. 
- href: This attribute holds a hyperlink to a specified URL. 
- mathbackground: This attribute determines the background color of the math expressions. 
- mathcolor: This attribute specifies the color of the math expressions. 
- columnalign: This attribute specifies the horizontal alignment of cells within the row, as defined by the <mtable>. Possible values are "left," "right," and "center." 
- rowalign: This attribute specifies the vertical alignment of cells within the row, as defined by the <mtable>. Possible values are "axis," "baseline," "bottom," "center," and "top."