mathml element
<mtr>
The <mtr> MathML element represents a row in a table or a matrix. It may only appear in a mtable element and its children are mtd elements representing cells. This element is similar to the <tr> element of HTML.
Attributes
This element’s attributes include the global MathML attributes. Some browsers may also support the following attributes:
columnalign- : Overrides the horizontal alignment of cells specified by
mtablefor this row. Multiple values separated by space are allowed and apply to the corresponding columns (e.g.,columnalign="left center right"). Possible values are:left,centerandright.
- : Overrides the horizontal alignment of cells specified by
rowalign- : Overrides the vertical alignment of cells specified by
mtablefor this row. Possible values are:axis,baseline,bottom,centerandtop.
- : Overrides the vertical alignment of cells specified by
Technical summary
| Implicit ARIA role | None |
|---|
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
mtablemtd