MathML <mglyph> Tag
The HTML5 MathML <mglyph>
tag is utilized to display non-standard symbols that are not available in Unicode characters. It is specifically used for printing characters or symbols that do not have corresponding Unicode representations.
Attributes: The <mglyph>
tag accepts the following attributes:
- alt: This attribute provides alternative text describing the image in case the image is not supported or if the path is incorrect.
- 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.
- height: This attribute defines the height of the image.
- width: This attribute defines the width of the image.
- src: This attribute holds the image URL.
- valign: This attribute determines the vertical alignment based on the current baseline.