style.quotes (Property)

A list of quotation marks to use for progressively quoted content that may have nested quotation marks.

Availability:

DOM level - 2
JavaScript - 1.5
JScript - 5.0
Internet Explorer - 5.0
Netscape - 6.0
Property/method value type:String primitive
JavaScript syntax:-myStyle.quotes
CSS syntax:quotes: aValue
Argument list:aValueA string to use for quoting text

If you specify quotes, you should indicate pairs of quotes. Each quote should be enclosed it its own set of delimiters, which then allows multiple characters to be used for each quotation symbol.

You can alternatively use the value none or inherit.