該屬性用於定義當 displaystyle 為 false 時,附加的下標和上標是否移動到下標和上標位置。 <mo> 標簽接受此屬性。
用法:
<element movablelimits="true|false">
屬性值:
- true: 它使操作符可以移動。
- false: 它阻止操作符移動。
下麵的示例說明了 HTML5 MathML 中的可移動限製:
例子:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML movablelimits Attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML movablelimits Attribute</h3>
<math>
<mi>GeeksforGeeks</mi>
<mo movablelimits="false">=</mo>
<mtable displaystyle="false"
frame="solid" rowlines="dashed"
align="axis 1">
<mtr mathbackground="green;">
<mtd>Course</mtd>
<mtd>Fee</mtd>
</mtr>
<mtr>
<mtd>
<mi>C++ STL</mi>
</mtd>
<mtd>
<mi> 1499</mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>Placement 100 </mi>
</mtd>
<mtd>
<mi>9999 </mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mi>DSA Foundation </mi>
</mtd>
<mtd>
<mi>7999</mi>
</mtd>
</mtr>
</mtable>
</math>
</center>
</body>
</html>
輸出:
支持的瀏覽器: HTML5 MathML movinglimits 屬性支持的瀏覽器如下所示:
- Firefox
相關用法
- HTML5 MathML mathsize屬性用法及代碼示例
- HTML5 MathML mathcolor屬性用法及代碼示例
- HTML5 MathML maxsize屬性用法及代碼示例
- HTML5 MathML minsize屬性用法及代碼示例
- HTML5 MathML mathbackground屬性用法及代碼示例
- HTML5 MathML mathvariant屬性用法及代碼示例
- HTML5 MathML <maction>標記用法及代碼示例
- HTML5 MathML <math>標記用法及代碼示例
- HTML5 MathML <menclose>標記用法及代碼示例
- HTML5 MathML <merror>標記用法及代碼示例
- HTML5 MathML <mfenched>標記用法及代碼示例
- HTML5 MathML <mfrac>標記用法及代碼示例
- HTML5 MathML <mglyph>標記用法及代碼示例
- HTML5 MathML <mi>標記用法及代碼示例
- HTML5 MathML <mlabeledtr>標記用法及代碼示例
- HTML5 MathML <mmultiscripts>標記用法及代碼示例
- HTML5 MathML <mn>標記用法及代碼示例
- HTML5 MathML <mo>標記用法及代碼示例
- HTML5 MathML <mover>標記用法及代碼示例
- HTML5 MathML <mpadded>標記用法及代碼示例
- HTML5 MathML <mphantom>標記用法及代碼示例
- HTML5 MathML <mroot>標記用法及代碼示例
- HTML5 MathML <mrow>標記用法及代碼示例
- HTML5 MathML <ms>標記用法及代碼示例
- HTML5 MathML <mspace>標記用法及代碼示例
注:本文由純淨天空篩選整理自skyridetim大神的英文原創作品 HTML5 MathML movablelimits Attribute。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。