Which of the following strings are defined by in css?
A
single quotes
B
double quotes
C
both single quotes and double quotes
D
none of the mentioned
Correct Answer: both single quotes and double quotes
In CSS, strings are defined with either single quotes (‘example’) or double quotes (“example”). Quotes may be found within the opposite quote (“I say this is an ‘example’!”).