From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-pt/web/mathml/element/msub/index.html | 85 ++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 files/pt-pt/web/mathml/element/msub/index.html (limited to 'files/pt-pt/web/mathml/element/msub/index.html') diff --git a/files/pt-pt/web/mathml/element/msub/index.html b/files/pt-pt/web/mathml/element/msub/index.html new file mode 100644 index 0000000000..c7584186cf --- /dev/null +++ b/files/pt-pt/web/mathml/element/msub/index.html @@ -0,0 +1,85 @@ +--- +title: +slug: Web/MathML/Element/msub +tags: + - MathML + - 'MathML:Element' + - 'MathML:Script and Limit Schemata' + - Referência de MathML +translation_of: Web/MathML/Element/msub +--- +
{{MathMLRef}}
+ +

O elemento de MathML <msub> para adicionar um subscript a uma expressão.

+ +

Usa a seguinte sintaxe: <msub> base subscript </msub>.

+ +

Atributos

+ +
+
class, id, style
+
Para uso com stylesheets.
+
href
+
Usado para criar uma hiperligação para um URI.
+
mathbackground
+
A cor de fundo. Pode usar #rgb, #rrggbb e nomes de cores de HTML.
+
mathcolor
+
A cor do texto. Pode usar #rgb, #rrggbb e nomes de cores de HTML.
+
subscriptshift {{deprecated_inline}}
+
O espaço mínimo entre o subscript e a linha de base da expressão, como um valor de comprimento.
+ Este atributo está obsoleto e será removido no futuro.
+
+ +

Exemplos

+ +

Exemplo: x1

+ +

Exemplo renderizado no seu navegador: X 1

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

Especificações

+ + + + + + + + + + + + + + + + + + + + + +
EspecificaçãoEstadoComentário
{{ SpecName('MathML3', 'chapter3.html#presm.msub', 'msub') }}{{ Spec2('MathML3') }}Especificação atual
{{ SpecName('MathML2', 'chapter3.html#presm.msub', 'msub') }}{{ Spec2('MathML2') }}Especificação inicial
+ +

Compatibilidade

+ + + +

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

+ +

Ver também

+ + -- cgit v1.2.3-54-g00ecf