MathML <mover> Tag
The <mover>
tag in HTML5 MathML is used to attach an accent or a limit over an expression. It is an inbuilt tag in HTML5.
Attributes: The <mover>
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.
- align: This attribute determines the alignment value of the over-script. Possible values are "left," "right," and "center."
- accent: This attribute specifies whether the operator should be treated as an accent. Possible values are "true" or "false."