NOTICE: This website is no longer updated or supported - as such many of the techniques used to build it may seem antiquated in the modern day. It is preserved for historical reasons only.

HTML XHTML The Complete Reference
home » reference » appendix b » css1 / css2 properties

quotes


This property defines the style of quotation marks to be used with embedded quotations. A value of none produces no quotation marks. Two strings can also be given for the left and rightmost quotation symbols.

Examples


<style type="text/css">
q { quotes: '"[' ']"' }
</style>
<p>Hey <q>You can <q>quote</q> me</q> on this</p>

Browser and CSS Support Notes


CSS2
No IE support
Nav 6, 7
Opera 7 claims support but testing indicates it is inconsistent and occasionally broken.

(X)HTML Elements
CSS Properties
Back: position Next: right
< Home | About | Chapters | Examples | Errata | Reference | Site Map >