Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
"mlabeledtr" - MathML Labeled Row Element
How to use the MathML Labeled Row Element: "mlabeledtr"?
✍: FYIcenter.com
"mlabeledtr" is the MathML Table Row Element that allows you to
specify a labeled row in a "mtable" element.
The syntax for "mlabeledtr" element is:
<mlabeledtr>label cell cell ... </mlabeledtr>
Here is an example of using the "mlabeledtr" element.
<math><mtable frame="solid" side="right">
<mlabeledtr><mtd><mtext>1</mtext></mtd>
<mtd><mi>x</mi><mo>=</mo><mi>a</mi></mtd></mlabeledtr>
<mlabeledtr><mtd><mtext>2</mtext></mtd>
<mtd><mi>y</mi><mo>=</mo><mi>b</mi></mtd></mlabeledtr>
</mtable></math>
Note that some Web browsers may not support "mlabeledtr" elements correctly. In that case, you may want to add row labels as extra cells in regular "mtr" elements as shown below:
<math><mtable frame="solid" columnalign="left" columnspacing="0.5in">
<mtr><mtd><mi>x</mi><mo>=</mo><mi>a</mi></mtd>
<mtd><mtext>Vertcal line</mtext></mtd></mtr>
<mtr><mtd><mi>y</mi><mo>=</mo><mi>b</mi></mtd><mtd>
<mtext>Horizontal line</mtext></mtd></mtr>
</mtable></math>
⇒ MathML (Mathematical Markup Language)
2025-04-11, 1126🔥, 0💬
Popular Posts:
What are Mimehandler and Plugin Processes of the Google Chrome program on Windows? Mimehandler and P...
What is outlook.office365.com? Our IT tells us to migrate to outlook.office365.com. outlook.office36...
Where are Microsoft Teams files located on my Windows 7 system? If you have Microsoft Teams desktop ...
How to troubleshoot Fitbit device sync issue? My Fitbit device is connected to my Windows computer, ...
What is the difference between a Web page and a Single File Web Page? Word supports 2 Web page forma...