VOOZH about

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

⇱ HTML5 MathML maxsize Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML5 MathML maxsize Attribute

Last Updated : 23 Jul, 2025

If the stretchy is set to be true then this attribute holds the max size of the operator. Possible values are infinity or any length unit. This attribute is accepted by <mo> tag only.

Syntax:

<element maxsize="numbers">

Attribute Value:

  • numbers: This attribute sets or size of the operator.

Below example illustrate the maxsize in HTML5 MathML:

Example:

Output:

👁 Image

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

  • Firefox
Comment
Article Tags: