Style Object
The quotes property sets or returns the type of quotation marks for embedded quotations.
Set the quotes property:
Return the quotes property:
| Value | Description |
|---|---|
| none | Specifies that the open-quote and close-quote values will not produce any quotation marks. This is default |
| string string string string | Specifies which quotation marks to use. The first two values specifies the first level of quotation embedding, the next two values specifies the next level of quote embedding, etc |
| inherit | The value of the quotes property is inherited from parent element |
![]()
The quotes property is supported in all major browsers, except Internet Explorer and Safari.
Change quotation marks:
Style Object
Your message has been sent to W3Schools.