Open In App

HTML5 MathML rquote Attribute

This attributes holds the opening quote that depends on the dir attribute and the default value is the “. This attribute is accepted by <ms> tag only.

Syntax:



<element rquote="quote">

Attribute values:

Example: Below example illustrates the rquote in HTML5 MathML.






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

Output:

Supported Browsers: The browsers supported by HTML5 MathML rquote attribute are listed below:

Article Tags :