Syntax | selector {quotes: opening closing opening closing;}
(OR)
selector {quotes: value;}
|
---|---|
Usage | The quotes property is used to define quotation marks for one or more nesting levels. Values are specified as a pair of strings. The first string represents the open-quote and the second string the close-quote. If multiple pairs are specified, the first pair is used for the highest nesting level, the second pair for the next nesting level, and so on. This property is used with the content property. |
Keywords |
|
Applies To | All elements |
Inherited | Yes |
Initial Value | Browser dependent |
The quotes property is set using double quotes for the top nesting level and single quotes for the next nesting level. |