CSS - quotes
Description:The quotes property is used to define the quotation pairs which are used at each level of nested quotation. Possible Values:
Applies to:All the HTML elements Example:Here is the example:
In a document that needs to address this difference, you can use the :lang pseudo-class to change the quote marks appropriately. The following code changes the <blockquote> tag appropriately for the language being used:
The :lang selectors will apply to all elements in the document. However, not all elements make use of the quotes property, so the effect will be transparent for most elements.
|