diff --git a/files/en-us/web/mathml/element/mtd/index.md b/files/en-us/web/mathml/element/mtd/index.md index 3a3eb2ce86a5066..59e0d624108fbe2 100644 --- a/files/en-us/web/mathml/element/mtd/index.md +++ b/files/en-us/web/mathml/element/mtd/index.md @@ -27,6 +27,43 @@ Some browsers may also support the following attributes: - : Specifies the vertical alignment of this cell and overrides values specified by {{ MathMLElement("mtable") }} or {{ MathMLElement("mtr") }}. Possible values are: `axis`, `baseline`, `bottom`, `center` and `top`. +## Examples + +### Matrix using mtable, mrow, mtr and mtd + +```html + + + A + 2 + + = + + ( + + + 1 + 2 + 3 + + + 4 + 5 + 6 + + + 7 + 8 + 9 + + + ) + + +``` + +{{EmbedLiveSample('Alignment with row number')}} + ## Specifications {{Specifications}}