Easy Tutorial
❮ Event Transitionend Jsref Exp ❯

Style quotes Property


Definition and Usage

The quotes property sets or returns the type of quotation marks for embedded quotations.

Syntax

Setting the quotes property:

Returning the quotes property:

Value Description
none Default. Specifies that the "open-quote" and "close-quote" values of the "content" property do not produce any quotation marks.
string string string string Specifies the quotation marks to use. The first two values specify the first level of quotation nesting, and the next two values specify the next level of quotation nesting.
inherit The value of the quotes property is inherited from the parent element.

Browser Support

All major browsers support the quotes property, except for Internet Explorer and Safari.


Example

Example

Changing quotation marks:


❮ Event Transitionend Jsref Exp ❯