HTML5中的MathML mathvariant屬性用於指定用於顯示文本的邏輯類。這可以用來改變所顯示文本的版式。此屬性支持的所有可能值是正常,粗體,斜體,bold-italic,double-struck,bold-fraktur,腳本,bold-script,fraktur,sans-serif,bold-sans-serif,sans-serif-italic,sans-serif-bold斜體,等寬,初始,加尾,循環和拉伸。此屬性被<mi>,<mn>,<mo>,<ms>和<mtext>標記接受。
用法:
<element mathvariant="logical class">
屬性值:該屬性具有上述和以下描述的單個值:
- logical class:此值將元素的邏輯類設置為可用值之一。
以下示例說明了MathML mathvariant屬性:
範例1:
HTML
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mathvariant Attribute</h3>
<math>
<ms lquote="„" rquote=" “"
mathcolor="Red"
mathvariant="sans-serif">
A Computer Science Portal for Geeks
</ms>
</math>
</body>
</html>
輸出:
範例2:
HTML
<!DOCTYPE html>
<html>
<body style="text-align:center;">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h3>HTML5 MathML mathvariant Attribute</h3>
<math>
<ms lquote="„" rquote=" “"
mathcolor="Red" mathvariant="fraktur">
A Computer Science Portal for Geeks
</ms>
</math>
</body>
</html>
輸出:
支持的瀏覽器:下麵列出了HTML5 MathML mathvariant屬性支持的瀏覽器:
- Firefox
相關用法
- HTML5 MathML mathvariant屬性用法及代碼示例
- 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 mathvariant Attribute。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。