--- title: slug: Web/MathML/Element/msub translation_of: Web/MathML/Element/msub ---
{{MathMLRef}}

MathML<msub>元素用来为表达式加下标,语法如下:<msub> base subscript </msub>

属性

class, id, style
样式表使用。
href
用来设置标签点击后跳转的链接。
mathbackground
用来设置标签的背景色,可以使用#rgb#rrggbb或者HTML颜色名
mathcolor
用来设置标签文字的颜色,同样可以使用#rgb#rrggbb或者HTML颜色名
subscriptshift
用来设置下标相对于表达式的基线的最小距离,它是一个长度值

例子

下述代码表示:x1

您的浏览器的渲染结果:  X 1

<math>

  <msub>
    <mi>X</mi>
    <mn>1</mn>
  </msub>

</math>

规范

Specification Status Comment
{{ SpecName('MathML3', 'chapter3.html#presm.msub', 'msub') }} {{ Spec2('MathML3') }} Current specification
{{ SpecName('MathML2', 'chapter3.html#presm.msub', 'msub') }} {{ Spec2('MathML2') }} Initial specification

浏览器兼容性

{{Compat("mathml.elements.msub")}}

关于Gecko的特殊说明

相关链接