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


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


此属性包含取决于dir属性的开引号,默认值为“。此属性仅被<ms>标记接受。

用法:

<element lquote="quote">

属性值:

  • quote:该值可以是任何开头引号。

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

HTML



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

输出:

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

  • Firefox

相关用法


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