You are here : cssCSS 3quotes

quotes - CSS 3

The quotes property sets the type of quotation marks for quotations.


Syntax

quotes: none|string|initial|inherit;


Example

q
	{
	   
	quotes: "«" "»";
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference