CSS quotes Property (original) (raw)

Last Updated : 28 Aug, 2024

This property is used to specify the quotation mark for quotations used in the sentence.

**Syntax:

quotes: none|auto|string;

**Default Value: auto

**Property values:

**Example: In this example, we use quotes: none; property.

html `

CSS | quotes Property

GeeksForGeeks

quotes:none;

geeksforgeeks.

`

**Output:

**Example: In this example, we are using quotes: string; property.

html `

CSS | quotes Property