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/mtd/index.html | 75 +++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 files/pt-pt/web/mathml/element/mtd/index.html (limited to 'files/pt-pt/web/mathml/element/mtd/index.html') diff --git a/files/pt-pt/web/mathml/element/mtd/index.html b/files/pt-pt/web/mathml/element/mtd/index.html new file mode 100644 index 0000000000..e799e7d4c1 --- /dev/null +++ b/files/pt-pt/web/mathml/element/mtd/index.html @@ -0,0 +1,75 @@ +--- +title: +slug: Web/MathML/Element/mtd +tags: + - MathML + - 'MathML:Element' + - 'MathML:Tabular Math' + - Referência de MathML +translation_of: Web/MathML/Element/mtd +--- +
{{MathMLRef}}
+ +

O elemento <mtd> de MathML representa uma célula numa tabela ou matriz. Só pode aparecer dentro do elemento {{ MathMLElement("mtr") }}. Este elemento é semelhante ao elemento {{ HTMLElement("td") }} de HTML.

+ +

Atributos

+ +
+
class, id, style
+
Para uso com stylesheets.
+
columnalign
+
Indica o alinhamento horizontal desta célula e sobrepõe o valor especificado por {{ MathMLElement("mtable") }} ou {{ MathMLElement("mtr") }}.
+ Os valores possíveis são: left, center e right.
+
columnspan
+
Um integral não negativo que indica qual o numero de colunas sob qual a célula se estende.
+
groupalign
+
{{ unimplemented_inline() }}
+
href
+
Usado para criar uma hiperligação para um URI.
+
mathbackground
+
A cor de fundo. Pode usar #rgb, #rrggbb e nomes de cores HTML.
+
mathcolor
+
A cor do texto. Pode usar #rgb, #rrggbb e nomes de cores HTML.
+
rowalign
+
Indica o alinhamento vertical desta célula e sobrepõe os valores especificados por {{ MathMLElement("mtable") }} ou {{ MathMLElement("mtr") }}.
+ Os valores possíveis são: axis, baseline, bottom, center e top.
+
rowspan
+
Um integral não negativo que indica qual o número de linhas (rows) sob qual a célula se estende.
+
+ +

Especificações

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

Compatibilidade

+ + + +

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

+ +

Ver também

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