quotes

Previous- content  |  Next-size

Description

This property specifies quotation marks for any number of embedded quotations.


Initial Value : determined by browser

Applies to : all elements

Inherited : yes

Possible Values
[<string> <string>]+ | none | inherit

Example(s)
q:before { content: open-quote }
q:after  { content: close-quote }

Previous- content  |  Next-size