MathML <mfenched> tag
The HTML5 MathML <mfenced>
tag is utilized to incorporate custom opening and closing parentheses, allowing for the usage of various types of brackets and separators.
Attributes: The <mfenced>
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.
- open: This attribute defines the opening parentheses.
- separator: This attribute specifies the separator for each string or any desired separation.
- close: This attribute defines the closing parentheses.