[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/en-US/docs/Web/MathML/Reference/Element/ms [Back]  [Original]

<ms> - MathML | MDN

<ms>

Baseline Widely available

This feature is well established and works across many devices and browser versions. Its been available across browsers since January 2023.

The <ms> MathML element represents a string literal meant to be interpreted by programming languages and computer algebra systems.

In this article

Attributes

This element's attributes include the global MathML attributes.

Examples

Default rendering

html
<math display="block">
  <ms>Hello World!</ms>
</math>

Legacy quote attributes

html
<math display="block">
  <ms lquote="" rquote="'">abc</ms>
</math>

Technical summary

Implicit ARIA role None

Specifications

Specification
MathML Core
# string-literal-ms

Browser compatibility


Web Proxy Viewer  |  New URL  |  Original Page