当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


HTML5 MathML mathbackground属性用法及代码示例


此属性保存数学表达式背景色的值。所有MathML标记都接受此属性。

用法:

<element mathbackground="Colorname">

属性值:

  • Colorname:此值定义所需的颜色。

下面的示例说明了HTML5 MathML中的mathbackground:

例:



<!DOCTYPE html>  
<html>  
  
<head>  
    <title>HTML5 MathML mathbackground Attribute</title>  
</head>  
  
<body style="text-align:center;">  
      
    <h1 style="color:green">GeeksforGeeks</h1>  
      
    <h3>HTML5 MathML mathbackground Attribute</h3>  
      
    <math>  
        <ms lquote="„" rquote=" “" mathcolor="Yellow"
                mathbackground="Purple">  
            A Computer Science Portal for Geeks 
        </ms>  
    </math>  
</body>  
  
</html> 

输出:

支持的浏览器:下面列出了HTML5 MathML mathbackground属性支持的浏览器:

  • Firefox

相关用法


注:本文由纯净天空筛选整理自skyridetim大神的英文原创作品 HTML5 MathML mathbackground Attribute。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。