VOOZH about

URL: https://www.geeksforgeeks.org/html/html5-mathml-align-attribute/

⇱ HTML5 MathML align Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML5 MathML align Attribute

Last Updated : 23 Jul, 2025

This attribute holds the alignment of the tables. Possible values are axis, baseline, bottom, center and top. This attribute can be accepted by many tags like <mtable>, <munder>, <mover> and <munderover> tags.

Syntax:

<element align="axis|baseline|bottom|center|top">

Attributes value:

  • axis: This attribute defines the row alignment for the table accepted int numbers.
  • baseline: This attribute set the alignment of the table at baseline.
  • bottom: This attribute set the alignment of the table at bottom.
  • center: This attribute set the alignment of the table at center.
  • top: This attribute set the alignment of the table at top.

Below example illustrate the align attribute:

Output:

👁 Image

Supported Browsers:  The browsers supported by HTML5 MathML align attribute are listed below:

  • Firefox
Comment
Article Tags: