MathML <mmultiscripts> Tag


The HTML5 MathML <mmultiscripts> tag is used to create multi-dimensional matrices in mathematical expressions. The dimensionality of the matrix depends on the conditionality of the represented array. For example, a single number or digit can be considered a 0-dimensional array, while a 1st order tensor or a 2nd order tensor in the form of a square matrix represents a 1-dimensional array. 

Attributes: The <mmultiscripts> tag accepts the following attributes: 

- class|id|style: This attribute is used to define the styles for the child elements. 
- href: This attribute holds a hyperlink to a specified URL. 
- mathbackground: This attribute determines the background color of the math expressions. 
- mathcolor: This attribute specifies the color of the math expressions. 
- subscriptshift: This attribute defines the minimum space by which to shift the subscript below the baseline of the expression. 
- superscriptshift: This attribute defines the minimum space by which to shift the superscript above the baseline of the expression.