HTML Dog
Skip to navigation

CSS Value: String

Quoted string. Any sequence of characters in between single or double quotes.

Example


#smog::after {
    content: "cough cough";
}

.counsellor[title='Brenda "Bender" Bobbins'] {
    color: red;
}