VOOZH about

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

⇱ HTML5 MathML denomalign Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML5 MathML denomalign Attribute

Last Updated : 16 Nov, 2020

This attribute holds the alignment value of denominator, possible values are left, center and right. This attribute is accepted by <mfrac> tag only.

Syntax:

<element denomalign="left|right|center">

Attribute Values:

  • left: This attribute sets the alignment of the denominator context of each row to the left.
  • right: This attribute sets the alignment of the denominator context of each row to the right.
  • center: This attribute sets the alignment of the denominator context of each row into the center.

Below example illustrate the denominator attribute in HTML5 MathML:

Example:

Output:

👁 Image

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

  • Firefox
Comment
Article Tags: