该属性保存该值以控制font-size。它像优先级属性一样工作,这意味着较高的优先级值具有较低的性能。这意味着脚本级别越高,font-size越小。此属性仅被<mstyle>标记接受。
用法:
<element scriptlevel="number">
属性值:
- number:该值用于定义font-size,其工作方式类似于优先级属性,这意味着较高的优先级值具有较低的性能。
以下示例说明了HTML5 MathML中的脚本级别:
例:
HTML
<!DOCTYPE html>
<html>
<head>
<title>HTML5 MathML scriptlevel Attribute</title>
</head>
<body>
<center>
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML scriptlevel Attribute</h3>
<math>
<mstyle displaystyle="true"
mathcolor="purple"
scriptlevel="2">
<mrow>
<msubsup>
<mo>∑</mo>
<mn> i=1 </mn>
<mn> n </mn>
</msubsup>
<mo>+</mo>
<msub>
<mi>x</mi>
<mn>i</mn>
</msub>
<mo>=</mo>
<mn>?</mn>
</mrow>
</mstyle>
</math>
</center>
</body>
</html>
输出:
支持的浏览器:下面列出了HTML5 MathML脚本级别属性支持的浏览器:
- Firefox
相关用法
- HTML5 MathMl scriptlevel属性用法及代码示例
- HTML5 MathML bevelled属性用法及代码示例
- HTML5 MathML href属性用法及代码示例
- HTML5 MathML framespacing属性用法及代码示例
- HTML5 MathML display属性用法及代码示例
- HTML5 MathML displaystyle属性用法及代码示例
- HTML5 MathML frame属性用法及代码示例
- HTML5 MathML height属性用法及代码示例
- HTML5 MathML rquote属性用法及代码示例
- HTML5 MathML lquote属性用法及代码示例
- HTML5 MathML id属性用法及代码示例
- HTML5 MathML close属性用法及代码示例
- HTML5 MathML lspace属性用法及代码示例
- HTML5 MathML mathbackground属性用法及代码示例
- HTML5 MathML denomalign属性用法及代码示例
- HTML5 MathML columnalign属性用法及代码示例
- HTML5 MathML dir属性用法及代码示例
- HTML5 MathML depth属性用法及代码示例
- HTML5 MathML columnspacing属性用法及代码示例
- HTML5 MathML align属性用法及代码示例
- HTML5 MathML actiontype属性用法及代码示例
- HTML5 MathML linethickness属性用法及代码示例
- HTML5 MathML largeop属性用法及代码示例
- HTML5 MathML maxsize属性用法及代码示例
注:本文由纯净天空筛选整理自skyridetim大神的英文原创作品 HTML5 MathMl scriptlevel Attribute。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。