Open In App

HTML5 MathML lquote Attribute

This attribute 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 lquote="quote">

Attribute values:

Example: Below example illustrates the lquote in HTML5 MathML.






<!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

Output:

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

Article Tags :