CSS Quotes Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

Specifies the type of quotation marks to be used.

Syntax

quotes: [value1] [value2] ...

Possible values

  • none
  • [string]
  • inherit

Initial Value

Depends on browser/user agent

Applies To

All elements

Inherited

Yes

Media

Visual

Example

blockquote {quotes: "\00AB" "\00BB";}


View All CSS Properties