Open In App

HTML5 MathML lquote Attribute

Last Updated : 16 Nov, 2020
Improve
Improve
Like Article
Like
Save
Share
Report

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:

  • quote: This value can be any opening quote.

Example: Below example illustrates the lquote in HTML5 MathML.

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


Output:

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

  • Firefox

Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads