Values : "string" | open-quote | close-quote | url("filepath") | none
CSS content property is used to generate content dynamically at runtime. It is also used to generate content before or after the content of HTML elements. To the CSS content property, we can assign various values, we can assign string which means a sequence of characters enclosed in double quotations. We can also assign predefined values like an open quote, closed quote etc. We can also assign the URL of a resource it may be an image etc. Let's see some practical examples