VOOZH about

URL: https://www.geeksforgeeks.org/html/html5-mathml-movablelimits-atrribute/

⇱ HTML5 MathML movablelimits Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML5 MathML movablelimits Attribute

Last Updated : 23 Jul, 2025

This attribute is used to defines whether attached under- and overscripts move to sub- and superscript positions when displaystyle is false. This attribute is accepted by  <mo> tag.

Syntax:

<element movablelimits="true|false">

Attribute Values:

  • true: It makes the operator movable.
  • false: It stop the operator movable.

Below example illustrate the movablelimits in HTML5 MathML:

Example:

Output:

👁 Image

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

  • Firefox
Comment
Article Tags: