CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS quotes Property

CSS quotes Property

 

 

The quotes property is used to set the type of quotation marks for quotations.

 

Syntax:-

 

Its syntax is:- quotes: none | string | initial | inherit;

 

Further Explanation:-

 

Value Description
none Specifies that open-quote and close-quote values of the content property will not produce any quotation marks
string string string string Specifies which quotation marks to use. The first two values specify the first level of quotation embedding, and the next two values specify the next level of quote embedding.
initial Sets this property to its default value.
inherit Inherits this property from its parent element.

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS