CSS 值:字符串
带引号的字符串。包含在单引号或双引号之间的任意字符序列。
示例
#smog::after {
content: "cough cough";
}
.counsellor[title='Brenda "Bender" Bobbins'] {
color: red;
}
带引号的字符串。包含在单引号或双引号之间的任意字符序列。
#smog::after {
content: "cough cough";
}
.counsellor[title='Brenda "Bender" Bobbins'] {
color: red;
}