VOOZH about

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

⇱ HTML5 MathML rowspacing Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML5 MathML rowspacing Attribute

Last Updated : 23 Jul, 2025

The MathML rowspacing attribute in HTML5 is used to specify the spacing between the rows of a table. The length value can be specified using any CSS length unit. This attribute can be used by the <mtable> tag.

Syntax:

<element rowspacing="number">

Attributes Value: This attribute has a single value as mentioned above and described below:

  • number: This value can be used to set the spacing between the rows of the table to any size.

The example below illustrates the MathML rowspacing attribute:

Example:

Output:

👁 Image

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

  • Firefox
Comment
Article Tags: