HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

quotes

Description

The quotes property for CSS specifies quotation marks for any number of embedded quotations.

Syntax

CSS

quotes: value;

JS

object.style.quotes = "value";

Values

<'quotes'\> = auto | none | [ <string> <string> ]+
auto

Automatically specified by the user agent.

none

The open-quote and close-quote values of the content property produce no quotations marks, as if they were no-open-quote and no-close-quote respectively.

<string>

Specifies a sequence of characters delimited by double quotes (") or single quotes (').

Initial

auto

Examples

1 · auto

2 · none

3 · string

4 · JS