MathML <menclose> Tag
The HTML5 MathML <menclose>
tag is an inbuilt element that is used to render the contents enclosed within a specified notation defined by the notation attribute.
Attributes: The <menclose>
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.
- notation: This attribute specifies the symbols used for enclosing notation. Using multiple symbols simultaneously may result in overlapping of symbols. Possible values include actuarial, bottom, box, circle, downdiagonalstrike, left, longdiv, madruwb, phasorangle, radical, right, roundedbox, top, updiagonalarrow, updiagonalstrike, and verticalstrike.